This is an updated version of a post from when artificial neural networks (with ojAlgo) were first introduced. Since then new features have been added, the API changed a bit,…
v48.3.0 had a pure Neural Network focus: Support for floatPossibility to "get" all individual parameters of the networkNew file format to save trained networks to diskImproved separation between building, training and…
He's using ojAlgo... https://youtu.be/tAioWlhKA90
A previous post introduced ojAlgo's Artificial Neural Network feature. It did so by presenting a fully functional program that trained and evaluated a network model to categorise handwritten digits using the MNIST data set.…
With v46 ojAlgo got support for building artificial neural networks. Here's an example of what you can do with it. The MNIST database is a large image database of handwritten digits…