https://github.com/dyanni3/batch-update
Modified Newton-Raphson to quickly update a fitted model with new data see pdf
https://github.com/dyanni3/batch-update
machine-learning online-learning-algorithms partial-fit
Last synced: 9 months ago
JSON representation
Modified Newton-Raphson to quickly update a fitted model with new data see pdf
- Host: GitHub
- URL: https://github.com/dyanni3/batch-update
- Owner: dyanni3
- Created: 2019-06-11T16:31:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T16:35:00.000Z (almost 7 years ago)
- Last Synced: 2025-06-29T12:43:18.792Z (12 months ago)
- Topics: machine-learning, online-learning-algorithms, partial-fit
- Language: Python
- Homepage:
- Size: 355 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# batch-update
Modified Newton-Raphson to quickly update a fitted model with new data see pdf
## see pdf
## relevant papers
http://papers.nips.cc/paper/2365-large-scale-online-learning.pdf Yann LeCun and Leon Bottou