dvas0004 / NerdNotes

A collection of notes: things I'd like to remember while reading technical articles, technical questions I couldn't answer, and so on.
12 stars 0 forks source link

Creme: Online algorithms library #44

Open dvas0004 opened 5 years ago

dvas0004 commented 5 years ago

Online Algorithms are variants of the more common "batch variants" we typically use which are capable of incrementally learn when presented with new training data points. This means they typically perform slightly less well than batch counterparts, but take a lot less RAM and can be easily re-trained even when in production:

Link: https://creme-ml.github.io/

dvas0004 commented 5 years ago

https://github.com/creme-ml/creme https://www.pyimagesearch.com/2019/06/17/online-incremental-learning-with-keras-and-creme/