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
Add a simple implementation for linear regression, using the optimization methods discussed in #3. I suggest starting with a very simple implementation, possibly including regularization.
The text was updated successfully, but these errors were encountered:
In the course of this issue I plan on implementing SGD with a simple squared loss function, so this optimization algorithm could be used as an example for others with regards to #3.
aalexandrov
changed the title
[ML][starter] Add linear regression
[ML] Add linear regression
Jun 23, 2017
Add a simple implementation for linear regression, using the optimization methods discussed in #3. I suggest starting with a very simple implementation, possibly including regularization.
The text was updated successfully, but these errors were encountered: