/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thinkcode.se
| | golb.hplar.ch
4.2 parsecs away

Travel
| | [AI summary] This article explains how to use regular expressions for string processing and introduces the VerbalExpressions library to make regex patterns more human-readable in Java and JavaScript.
| | blog.cleancoder.com
4.2 parsecs away

Travel
| |
| | blog.nuculabs.de
3.6 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.thinkcode.se
15.2 parsecs away

Travel
| [AI summary] A tutorial explaining how to configure the Maven Assembly Plugin to create an executable JAR file that includes all necessary runtime dependencies while excluding test libraries.