Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linear regression #4

Open
fschueler opened this issue Jun 15, 2017 · 1 comment
Open

Add linear regression #4

fschueler opened this issue Jun 15, 2017 · 1 comment

Comments

@fschueler
Copy link
Contributor

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.

@fschueler
Copy link
Contributor Author

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 aalexandrov changed the title [ML][starter] Add linear regression [ML] Add linear regression Jun 23, 2017
@aalexandrov aalexandrov changed the title [ML] Add linear regression Add linear regression Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants