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

Copied DBM to sandbox/dbm_v2 and stripped down. #1194

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2014

  1. 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 committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    2b06664 View commit details
    Browse the repository at this point in the history
  2. 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 committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    81f9585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8783c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c4ef46 View commit details
    Browse the repository at this point in the history
  5. 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 committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    5d443fc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Updated whitelist. Travis hopefully passes now.

    rdevon committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    d3e0293 View commit details
    Browse the repository at this point in the history
  2. Updated whitelist. Travis hopefully passes now.

    rdevon committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    aafda2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    346a1bf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2014

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

Commits on Nov 23, 2014

  1. Merge branch 'master' into dbm_v2

    rdevon committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    cd30a89 View commit details
    Browse the repository at this point in the history