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
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).
The text was updated successfully, but these errors were encountered:
kijungs
changed the title
Implement SGD using the new programming model
Implement SGD using the multi-stage programming model
Apr 5, 2015
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
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
andLinear Regression
(machine learning algorithms) usingSGD
(an optimization algorithm).The text was updated successfully, but these errors were encountered: