Skip to content
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

Starting PR to push DBN to Pylearn2. #1190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 7, 2014

  1. 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.
    
    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.
    rdevon committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    c8be81a View commit details
    Browse the repository at this point in the history