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, AdaDelta and Adam steppers #89

Closed
wants to merge 10 commits into from
Closed

Commits on Nov 7, 2015

  1. Initial RMSprop stepper

    kashif committed Nov 7, 2015
    Configuration menu
    Copy the full SHA
    a570b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Configuration menu
    Copy the full SHA
    5ea08e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    b893382 View commit details
    Browse the repository at this point in the history
  2. initial adadelta

    kashif committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5307959 View commit details
    Browse the repository at this point in the history
  3. fixed typo

    kashif committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5525bc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2015

  1. Configuration menu
    Copy the full SHA
    b5bcfee View commit details
    Browse the repository at this point in the history
  2. fixed adadelta

    kashif committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    881c2fc View commit details
    Browse the repository at this point in the history
  3. adadelta working

    kashif committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    1cf2be3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2016

  1. renamed to adaDeltaStepper

    kashif committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    6b56d7b View commit details
    Browse the repository at this point in the history
  2. added Adam solver

    kashif committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    b11c29f View commit details
    Browse the repository at this point in the history