https://github.com/rzhu3/YellowFin_MXNet
auto-tuning momentum SGD optimizer
https://github.com/rzhu3/YellowFin_MXNet
Last synced: 3 months ago
JSON representation
auto-tuning momentum SGD optimizer
- Host: GitHub
- URL: https://github.com/rzhu3/YellowFin_MXNet
- Owner: rzhu3
- License: apache-2.0
- Created: 2017-07-04T20:54:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T01:45:37.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T09:09:00.278Z (3 months ago)
- Language: Python
- Size: 22 MB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-MXNet - YellowFin
README
# YellowFin
YellowFin is an auto-tuning optimizer based on momentum SGD **which requires no manual specification of learning rate and momentum**. It measures the objective landscape on-the-fly and tune momentum as well as learning rate using local quadratic approximation.
The implementation here can be **a drop-in replacement for any optimizer in MXNet** (So far we only implemented and tested upon SGD and other optimizers are in the to-do list).
For more technical details, please refer to the paper [YellowFin and the Art of Momentum Tuning](https://arxiv.org/abs/1706.03471).