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

Fix deviations from official iRProp- algorithm. #111

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

Commits on Apr 4, 2020

  1. Fix deviations from official iRProp- algorithm.

    The iRProp- algorithm as given in its original paper does not have
    weight-backtracking: If the sign of the derivative changes in an
    iteration, the weights should not be updated at all.
    Nico Madysa committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0212ece View commit details
    Browse the repository at this point in the history
  2. Revert "Fix deviations from official iRProp- algorithm."

    This reverts commit 0212ece.
    Nico Madysa committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    fac4d19 View commit details
    Browse the repository at this point in the history