Explore >> Select a destination


You are here

blog.bdoughan.com
| | initialcommit.com
2.6 parsecs away

Travel
| | SAX parser is yet another XML parser provided by JDK which parses documents in a more optimized and faster way.
| | stackchief.com
3.0 parsecs away

Travel
| | What software engineers need to know about Java 17 including new features, deprecated features, and removed functionality.
| | blog.nuculabs.de
3.2 parsecs away

Travel
| | Hello everyone! ?? This is a follow-up post to the previous one, long story short I started taking the course from fast.ai to learn more about Deep Learning. I've built a simple Image Tagging model using the Resnet architecture (don't worry about the paper I did not read it, GitHub Copilot suggested it while writing this blog post). FastAI is a high-level Python library that allows you to train complex ML models really fast and efficiently. After training my model, I've exported it into the ONNX format and in this post we're using the model in a Java application.
| | www.jasonwhaley.com
15.7 parsecs away

Travel
| I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...