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

Add some more simple gradient descent methods #1105

Closed
2 tasks done
MichaelClerx opened this issue Apr 7, 2020 · 1 comment
Closed
2 tasks done

Add some more simple gradient descent methods #1105

MichaelClerx opened this issue Apr 7, 2020 · 1 comment

Comments

@MichaelClerx
Copy link
Member

MichaelClerx commented Apr 7, 2020

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)

@MichaelClerx
Copy link
Member Author

We have Adam & iRprop now, which meet the bill.
Also tested AdaGrad (#1468) and AdaDelta (#1470) but they didn't look promising

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant