-
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
Copied DBM to sandbox/dbm_v2 and stripped down. #1194
base: master
Are you sure you want to change the base?
Commits on Oct 28, 2014
-
Moved DBM to sandbox/dbm_v2 and stripped down.
dbm_v2 is an attempt to refactor and redo some of the core aspects of DBM. Currently it is a stripped down version of models/dbm to support only: RBM Updown Inference Gibbs sampling BaseCD VariationalCD I have included some tests for RBM CD to get things moving. There are some changes found in other PRs, namely to: dbm_cost.py: refactored a little bit to make it cleaner and get BaseCD working. dbm.py: introduced RBM and a method for DBM to intialize its own chains. and a few other smaller changes.
rdevon committedOct 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 2b06664 - Browse repository at this point
Copy the full SHA 2b06664View commit details -
Moved DBM to sandbox/dbm_v2 and stripped down.
dbm_v2 is an attempt to refactor and redo some of the core aspects of DBM. Currently it is a stripped down version of models/dbm to support only: RBM Updown Inference Gibbs sampling BaseCD VariationalCD I have included some tests for RBM CD to get things moving. There are some changes found in other PRs, namely to: dbm_cost.py: refactored a little bit to make it cleaner and get BaseCD working. dbm.py: introduced RBM and a method for DBM to intialize its own chains. and a few other smaller changes.
rdevon committedOct 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 81f9585 - Browse repository at this point
Copy the full SHA 81f9585View commit details -
Merge branch 'dbm_v2' of https://github.com/rdevon/pylearn2 into dbm_v2
rdevon committedOct 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 8783c36 - Browse repository at this point
Copy the full SHA 8783c36View commit details -
Merge branch 'dbm_v2' of https://github.com/rdevon/pylearn2 into dbm_v2
rdevon committedOct 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 9c4ef46 - Browse repository at this point
Copy the full SHA 9c4ef46View commit details -
Merge branch 'dbm_v2' of https://github.com/rdevon/pylearn2 into dbm_v2
Fixed fix function in cost. Need to add tests for MF L1/L2
rdevon committedOct 28, 2014 Configuration menu - View commit details
-
Copy full SHA for 5d443fc - Browse repository at this point
Copy the full SHA 5d443fcView commit details
Commits on Oct 29, 2014
-
Updated whitelist. Travis hopefully passes now.
rdevon committedOct 29, 2014 Configuration menu - View commit details
-
Copy full SHA for d3e0293 - Browse repository at this point
Copy the full SHA d3e0293View commit details -
Updated whitelist. Travis hopefully passes now.
rdevon committedOct 29, 2014 Configuration menu - View commit details
-
Copy full SHA for aafda2e - Browse repository at this point
Copy the full SHA aafda2eView commit details -
Merge branch 'dbm_v2' of https://github.com/rdevon/pylearn2 into dbm_v2
rdevon committedOct 29, 2014 Configuration menu - View commit details
-
Copy full SHA for 346a1bf - Browse repository at this point
Copy the full SHA 346a1bfView commit details
Commits on Nov 2, 2014
-
Modified sampling procedure for CD in RBM and modified tests to not u…
…se just random weights and input. For now I switched to a sampling pricedure that's more true to CD-1 for RBM. Modified tests to use data that is closer to weights than just random.
rdevon committedNov 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 7df1aa6 - Browse repository at this point
Copy the full SHA 7df1aa6View commit details
Commits on Nov 23, 2014
-
Merge branch 'master' into dbm_v2
rdevon committedNov 23, 2014 Configuration menu - View commit details
-
Copy full SHA for cd30a89 - Browse repository at this point
Copy the full SHA cd30a89View commit details