/AM_NeuralNetwork

Custom Neural Network Implementation with Back-prop

Primary LanguageJavaGNU General Public License v3.0GPL-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.