-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Online NMF #132
Comments
@larsmans added a nice (but non-scalable) NMF implementation to scikit-learn. Get inspiration/help from there, too: scikit-learn/scikit-learn#2537 |
Actually the NMF in scikit-learn is mostly @vene's work, I just optimized it. There's been some talk about coordinate descent algorithms for NMF in scikit-learn. |
@piskvorky I would like to work on the issue |
Hi @souravsingh the best way to proceed is to apply to the RaRe incubator programme https://rare-technologies.com/incubator |
Took this up, working with @menshikh-iv 😄 |
Implement online non-negative matrix factorization from http://www.cs.cornell.edu/~chenhao/pub/online-NMF.pdf
The text was updated successfully, but these errors were encountered: