Constrained-matrix-factorization

Latest version: v0.1.2

Safety actively analyzes 623047 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.2

Enable partial initialization and constraint specification
- Address scope and convenience imports. The nmf module is accesible at the top level, as well as the NMF class.
:code:`cmf.nmf...` and :code:`cmf.NMF(...)`.
- More flexibility at torch level with constraints. Allows for partial initialization of components and weights, and
partial specification of constraints.

0.1.1

- Refactor of companions and wrappers: wrappers wrap functionality; companions have :code:`ask, tell, report` methods.
- CUDA and GPU Functionality added to base classes, utility functions, and total scattering
- Required kwargs on functions, instead of allowing positional.
- Numerical instability patch for when positive comps (mu denominator in multiplicative update) are 0.
- Added much more documentation.

0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.