|
You are here |
www.thinkcode.se | ||
| | | | |
golb.hplar.ch
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
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. | |
| | | | |
www.thinkcode.se
|
|
| | | [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. | ||