Skip to content

Online implementation of Non-negative Matrix Factorizarion (NMF) #13308

Closed
@pcerda

Description

@pcerda

Description

@GaelVaroquaux Maybe an online version of the NMF could be useful in big data settings.

Steps/Code to Reproduce

Expected Results

Actual Results

Here I show the results for an sparse matrix as input of size 1M x 2.8k
The factorization has n_components = 10 and each point is an entire pass on the data.
The current online implementation only supports the kullback-leibler divergence, but in practice
can be generalized to any beta divergence.

batch_vs_online_nmf

Versions

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions