Custom Neural Network Implementation with Back-prop
JavaGPL-3.0
NeuralNetwork
Custom Neural Network Implementation with Back-prop
Contains both JBLAS (Matrix library- rd.neuron.neuron package) and simple Array (rd.neuron.deep.* package) based RBM implementations.
Test using MNIST and NotMNIST data sets.