[TODO] More optimizers
Open
- Dominant language
- No language data
- Stars
- 369
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
Currently we have SGD and Adam. Should be relatively simple to add more, like RMSProp, etc. Some references:
- http://cs231n.github.io/neural-networks-3/#update
- https://github.com/Lasagne/Lasagne/blob/master/lasagne/updates.py
- https://github.com/fchollet/keras/blob/master/keras/optimizers.py
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.