Description: The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html
The Conjugate Gradient implementation is based (translated and simplfied) on Carl Edward Rasmussen s matlab code at http://learning.eng.cam.ac.uk/carl/code/minimize/minimize.m
* rbm.h the DBN/Autoencoder implementation.
* mnist.h Reading MNIST data file
* spectrum.inl RGBs to map weights to colors. Blue is 0 and red is close to 1.0.
* demo.cc training/test demos
To Search:
File list (Check if you may need any files):
rbm-mnist-master
................\LICENSE
................\README.md
................\rbm-131.png
................\src
................\...\demo.cc
................\...\mnist.h
................\...\rbm.h
................\...\spectrum.inl