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

Implement Logistic Regression and Linear Regression using the multi-stage programming model #20

Closed
kijungs opened this issue Apr 5, 2015 · 1 comment

Comments

@kijungs
Copy link
Contributor

kijungs commented Apr 5, 2015

Related branch: kj-generalize

I will modify Joo Seong's implementation of Stochastic Gradient Descent (SGD) (branch name: js_sgd) so that it runs on the multi-stage programming model.
And then I will implement Logistic Regression and Linear Regression (machine learning algorithms) using SGD (an optimization algorithm).

@kijungs kijungs changed the title Implement SGD using the new programming model Implement SGD using the multi-stage programming model Apr 5, 2015
@kijungs kijungs changed the title Implement SGD using the multi-stage programming model Implement Logistic Regression and Linear Regression using the multi-stage programming model Apr 16, 2015
@jsjason
Copy link
Contributor

jsjason commented Apr 29, 2015

Closed via #19.

@jsjason jsjason closed this as completed Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants