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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
hi,
I used this algorithm in a python program.
http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
solver: ‘newton-cg’ or ‘lbfgs’
I am looking for a "multinomial Logistic Regression (cross-entropy loss)" algorithm.
Is there a similar algorithmin accord.net?
http://accord-framework.net/docs/html/T_Accord_Statistics_Models_Regression_MultinomialLogisticRegression.htm
I found this one but it uses a different solver, right?