Examples (examples)ΒΆ

This package contains nimfa library examples of usage. It demonstrates the following:

  1. Single run of the specified factorization algorithm.
  2. Multiple runs of the specified factorization algorithm.
  3. Tracking fitted results across multiple runs and tracking residuals error across single / multiple runs.
  4. Quality and performance measures of executed factorizations.
  5. Running factorization algorithms with algorithm specific settings and initializations.

Applications of factorization methods on both synthetic and real world data sets are provided.

Example using synthetic data set is intended as demonstration of the nimfa library since all currently implemented factorization algorithms with different initialization methods and specific settings are ran. Others include applications on real world data sets in:

  • bioinformatics,
  • functional genomics,
  • text analysis,
  • image processing,
  • recommendation systems.
Fork me on GitHub