Explore >> Select a destination


You are here

blog.joda.org
| | www.jrebel.com
4.5 parsecs away

Travel
| | The JEP 359: Records preview language feature proposes an easier, clearer way to write data aggregate classes in Java. See more.
| | mostlynerdless.de
3.9 parsecs away

Travel
| | "java.lang. @Nullable Integer @Nullable [] arr @Nullable []" is valid Java, but why? Learn more about the placement of Java annotations here.
| | msfjarvis.dev
3.7 parsecs away

Travel
| | Part 1 of my #TeachingKotlin, this post goes over Kotlin classes, objects and how things like finality and staticity vary between Java and Kotlin.
| | blog.nuculabs.de
25.3 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.