|
You are here |
ryanharter.com | ||
| | | | |
shpota.com
|
|
| | | | | I like Kotlin for its expressiveness. Its interoperability with Java allows the developer to easily use the existing Java ecosystem while enjoying a modern l... | |
| | | | |
endoflineblog.com
|
|
| | | | | When it rains, it pours! The interest in Jilt, my library for generating Builder classes in Java, continues to be high, and so a new release, version 1.5, has been published, adding a few new features, and fixing one bug. | |
| | | | |
mydeveloperplanet.com
|
|
| | | | | The 14th of September Java 17 was released. Time to take a closer look at the changes since the last LTS release, which is Java 11. A short introduction is given about the licensing model and after that, some of the changes between Java 11 and Java 17 are highlighted, mainly by means of examples.... | |
| | | | |
blog.nuculabs.de
|
|
| | | 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. | ||