Releases: artyomovlab/dualsimplex
Releases · artyomovlab/dualsimplex
Release list
Unified alternative update and hinge derivative.
- Hinge calculation has been simplified to use arma methods
- Hinge derivative now does not have precision parameter and this is true estimation of the gradient of the calculated function. The calculation also has been simplified both for proportions and basis using arma functions and conceptual similarity between W and H.
- added squared hinge loss errors and derivatives (which did not give good results so far)
- alternative optimization significantly reworked. Now we perform single calculation of the derivative only with respect to X, directly calculating gradient of the function term involving inverse.
- This version is a new minor version of the package, since this changes are not included into the paper
What's Changed
- Modification for optimization procedures by @denklewer in #65
Full Changelog: v1.0...v1.1
The DualSimplex package published version
Fix projection plot (#64) * fix bug when projeciton diagnostics return errors without use_dims