Introduction - If you have any usage issues, please Google them yourself
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