./wip/py-nimfa, Python Library for Nonnegative Matrix Factorization Techniques

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0, Package name: py310-nimfa-1.0, Maintainer: jihbed.research

Nimfa is a Python scripting library which includes a number of published matrix
factorization algorithms, initialization methods, quality and performance
measures and facilitates the combination of these to produce new strategies.
The library represents a unified and efficient interface to matrix factorization
algorithms and methods.

The nimfa library works with numpy dense matrices and scipy sparse matrices
(where this is possible to save on space). The library has support for multiple
runs of the algorithms which can be used for some quality measures. By setting
runtime specific options tracking the residuals error within one (or more) run
or tracking fitted factorization model is possible.Extensive documentation with
working examples which demonstrate real applications, commonly used benchmark
data and visualization methods are provided to help with the interpretation and
comprehension of the results.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 096ca26319092ba0b3dc48f5efa32ed53d7c21ff
Filesize: 5582.337 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2014-01-17 17:14:11 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-nimfa-1.0 as wip/py-nimfa.

Nimfa is a Python scripting library which includes a number of published matrix
factorization algorithms, initialization methods, quality and performance
measures and facilitates the combination of these to produce new strategies.
The library represents a unified and efficient interface to matrix factorization
algorithms and methods.

The nimfa library works with numpy dense matrices and scipy sparse matrices
(where this is possible to save on space). The library has support for multiple
runs of the algorithms which can be used for some quality measures. By setting
runtime specific options tracking the residuals error within one (or more) run
or tracking fitted factorization model is possible.Extensive documentation with
working examples which demonstrate real applications, commonly used benchmark
data and visualization methods are provided to help with the interpretation and
comprehension of the results.