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: 3 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T16:35:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T06:13:12.832Z (5 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