Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Implementing SGD for linear regression #204

Open
infinite-Joy9l opened this issue Mar 21, 2019 · 1 comment
Open

Implementing SGD for linear regression #204

infinite-Joy9l opened this issue Mar 21, 2019 · 1 comment

Comments

@infinite-Joy9l
Copy link

infinite-Joy9l commented Mar 21, 2019

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

@zackmdavis
Copy link
Collaborator

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants