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 Jul 16, 2021. It is now read-only.
I can see that Stochastic Gradient Descent has already been implemented. But linear regression works using simple gradient descent. What are the challenges to implementing SGD for Linear Regression.
Thanks for the report! Note that unfortunately, this project is kind of suffering from a maintenance bottleneck at this point: see the comments on #181 (and please let us know in the discussion there if you want to help bring the project to life again!)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can see that Stochastic Gradient Descent has already been implemented. But linear regression works using simple gradient descent. What are the challenges to implementing SGD for Linear Regression.
SGD implementation: https://github.com/AtheMathmo/rusty-machine/blob/master/src/learning/optim/grad_desc.rs#L159
https://github.com/AtheMathmo/rusty-machine/blob/master/src/learning/lin_reg.rs#L157
The text was updated successfully, but these errors were encountered: