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 has been archived by the owner on Oct 8, 2019. It is now read-only.
Refactor the base class of learners to be more easy to implement new algorithms for ML developers
ObjectInspector should be transparent to ML implementation
Separate convex optimization algorithms (sgd/mini-batch/cg) from classifier/regression implementation
Make LossFunctions selectable from each implementation
The text was updated successfully, but these errors were encountered:
ObjectInspector should be transparent to ML implementation
The text was updated successfully, but these errors were encountered: