nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
895 stars 438 forks source link

Interpreting the MNIST output #79

Open dd1234 opened 10 years ago

dd1234 commented 10 years ago

I am trying to use deepnet for past few days. I was able to install deepnet and run RBM for MNIST dataset. The output is generated in the specified output folder in form of a file mnist_rbm_1415815265. My problem is I do not know how to interpret this file. Is there any wikipage that describes how to visualize/evaluate the output?

tambetm commented 9 years ago

I'm interested in this as well.