فاکتورگیری نامنفی ماتریس
فاکتورگیری غیر منفی ماتریس یا Non-negative matrix factorization، مجموعهای از الگوریتمها برای تجزیه ماتریس
فاکتورگیری غیرمنفی ماتریس
معمولاً زمانی که دوماتریس را به هم ضرب میکنیم، رتبهٔ ماتریسهای فاکتور معمولاً بسیار کمتر از ماتریس حاصلضرب هستند. این یک انگیزهٔ بزرگ برای NMF است. یک مثال در زمینهٔ متن-کاوی:
بردار
نرمافزارها
- beta_ntf Python module for Nonnegative Tensor Factorization. Supports tensors of arbitrary shape.
- Routines for performing Weighted Non-Negative Matrix Factorzation
- Fast Non-negative Matrix Factorization متلب software by Haesun Park's group. See also a distribution page by Jingu Kim.
- Non-negative Matrix Factorization آر (زبان برنامهنویسی) implementation by Suhai (Timothy) Liu.
- Non-negative Matrix Factorization: algorithms and development framework آر (زبان برنامهنویسی): R-package published on آر (زبان برنامهنویسی) that implements a number of NMF algorithms and provides a framework to test, develop and benchmark new/custom algorithms. [by Renaud Gaujoux].
- Fast Non-Negative Matrix Factorization Software An efficient and feature rich C++ implementation of NMF using alternating non-negative least squares (ANLS) framework and block coordinate descent approach.
- PyMF A Python module that includes several matrix factorization methods.
- NMF toolbox implemented in Matlab. Developed at IMM DTU.
- Text to Matrix Generator (TMG) بایگانیشده در ۱۰ ژوئیه ۲۰۲۰ توسط Wayback Machine MATLAB toolbox that can be used for various tasks in text mining (TM) specifically i) indexing, ii) retrieval, iii) dimensionality reduction, iv) clustering, v) classification. Most of TMG is written in MATLAB and parts in Perl. It contains implementations of LSI, clustered LSI, NMF and other methods.
- GraphLab Efficient non-negative matrix factorization on multicore.
- Nimfa A Python library for non-negative matrix factorizations, various initialization methods and factorization quality measures.