You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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