-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBM - Hinton & Salakhutdinov paper #1239
base: master
Are you sure you want to change the base?
Conversation
…DME update, some files moved in other directories
augmented datasets. corrections on fast test script
binarized test set in dbm softmax added
@carloderamo Can you rebase and squash this into a single commit? As this is all concerning DBM stuff that nobody knows anything about other than @goodfeli I'm going to punt the review to him. |
from pylearn2.utils import serial | ||
|
||
|
||
class MNIST_AUGMENTED(DenseDesignMatrix): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not need a new Dataset object to do this.
Since I've requested relatively major changes based on the small parts I have reviewed, I'm going to quit reviewing early and will review the rest if / when the first changes are made. |
Currently I have a lot of work to be done for completing my MSc thesis on Carlo D'Eramo Since I've requested relatively major changes based on the small parts I — |
Pylearn2 implementation of the whole procedure to train a DBM described by Hinton & Salakhutdinov in "An Efficient Learning Procedure For Deep Boltzmann Machines".
This pr adds a fast version for the test script to be run on travis together with some changes to the format and the readme file. I also moved augment_input from datasets to /scripts/dbm.