numpy - Fastest non negative matrix factorization (NMF) solver in python? -


i'm using sklearn's projectedgradientnmf , nimfa's lsnmf solvers factor sparse matrix. projectegradientnmf runs slower converges closer solution while lsnmf runs twice fast converges further solution (frobenius norm distance measure).

i'm curious current fastest or closest solvers available python community or there better option sparse matrix (the matrix sparse, not scipy.sparse)?

there benchmark here: https://github.com/scikit-learn/scikit-learn/pull/4852 pull request including coordinate descent solver mblondel https://gist.github.com/mblondel/09648344984565f9477a

what mean sparse not scipy.sparse? library from?


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -