Skip to content

Commit

Permalink
Starting PR to push DBN to Pylearn2.
Browse files Browse the repository at this point in the history
Added RBM subclass of DBM for convenience.
Add docs to DBM.
Added chain initialization to DBM for some future changes to gradient estimation.

Starting PR to push DBN to Pylearn2.

Added RBM subclass of DBM for convenience.
Add docs to DBM.
Added chain initialization to DBM for some future changes to gradient estimation.

fixed line formatting

Made the docs numpydoc compliant.
Modified inference procedure to have a method "is_rbm_compatible" that will raise a NotImplementedError if not appropriate for RBM.
Removed assert for RBM and UpDown inference.

Made the docs numpydoc compliant.
Modified inference procedure to have a method "is_rbm_compatible" that will raise a NotImplementedError if not appropriate for RBM.
Removed assert for RBM and UpDown inference.
  • Loading branch information
rdevon committed Nov 7, 2014
1 parent 2ba9be2 commit c8be81a
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 59 deletions.
Loading

0 comments on commit c8be81a

Please sign in to comment.