Neural Network Trainer application that uses the matrix algebra based RProp algorithm
Dear Reader, I decided to publish an old version of the RProp algorithm I wrote back in 2003 that demonstrates how the algorithm modified to use matrix algebra works. The demo can be downloaded from here, both source files and binaries: https://github.com/bulyaki/NeuralNetworkTrainer Originally this version was lacking a couple of libraries and I could not […]