We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #684 E.g.
(Note both the links are for stochastic gradient descent, but we'd be implementing a simpler, non-stochastic one)
Won't be brilliant, but can be very informative, so largely an education thing this (or just fun)
The text was updated successfully, but these errors were encountered:
We have Adam & iRprop now, which meet the bill. Also tested AdaGrad (#1468) and AdaDelta (#1470) but they didn't look promising
Sorry, something went wrong.
No branches or pull requests
Part of #684
E.g.
gradient descent with momentumAdding Adam optimiser #1460adaptive learning rate gradient descent, e.g. AdaGradAdaGrad optimiser #1468(Note both the links are for stochastic gradient descent, but we'd be implementing a simpler, non-stochastic one)
Won't be brilliant, but can be very informative, so largely an education thing this (or just fun)
The text was updated successfully, but these errors were encountered: