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

RMSprop implementation based on G. Hinton Lecture 6 #1890

Closed
wants to merge 9 commits into from
Closed

RMSprop implementation based on G. Hinton Lecture 6 #1890

wants to merge 9 commits into from

Commits on Feb 17, 2015

  1. RMSprop with momentum

    erogol committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    ff8390a View commit details
    Browse the repository at this point in the history
  2. revision

    erogol committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    e314406 View commit details
    Browse the repository at this point in the history
  3. Add GPU RMS+Momentum

    erogol committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    f3ce4ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07530c7 View commit details
    Browse the repository at this point in the history
  5. RMSprop example at mnist

    erogol committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    20bb3d9 View commit details
    Browse the repository at this point in the history
  6. Remove unnecc files

    erogol committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    039bd8e View commit details
    Browse the repository at this point in the history
  7. mnist example

    erogol committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    d719a0d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. Remove Mommentum from RMSprop

    erogol committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    bc8bf1a View commit details
    Browse the repository at this point in the history
  2. Correct tests

    erogol committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    7e1e6dc View commit details
    Browse the repository at this point in the history