4 easy steps to Custom Object Classification using Tensorflow Lite
We use an easy method to retrain a pre-trained model for object classification. Transfer learning is an easy and quick method to retrain a model for good classification of objects.
We talk about the new features in Java 12, all about garbage collectors and switch statements.
We solve the day 7 challenges for the Advent of Code.
In this video, we improve the JavaCNN repository adding new image readers to get your test and training data.
I had a problem with some webservices connections timing out in our environments and I thought that the timeouts where a bit long. Most of our webservices run inline with a user request and some of the default timeouts didn’t make the cut. com.ibm.websphere.webservices.http.connectionTimeout=300 com.ibm.websphere.webservices.http.maxConnection=50 com.ibm.websphere.webservices.http.SocketTimeout=300 The settings above is the onces set in Websphere…
I talk about some maintainance I had to do recently where we switched the public network of our monitors, removed the cache tier and remove massive amount of objects and all the problems we encountered and handled.
I’m trying to solve all the Advent of Code puzzles in this video series.