smartcorelib / smartcore

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.
https://smartcorelib.org/
Apache License 2.0
674 stars 76 forks source link

Implement SGDClassifier #62

Open VolodymyrOrlov opened 3 years ago

VolodymyrOrlov commented 3 years ago

SGDClassifier is one of the few algorithms that can be used for incremental learning and it would be a great addition to SmartCore.

This is an open-ended problem. I do not have many requirements to specific optimization method and API other than new algorithm should implement SupervisedEstimator and Predictor interfaces

AbinavRavi commented 1 year ago

Hello I would like to work on this issue

morenol commented 1 year ago

Thanks @AbinavRavi!