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

Stochastic Gradient Descent for linear regression #15

Open
priyagunjate opened this issue May 22, 2020 · 1 comment
Open

Stochastic Gradient Descent for linear regression #15

priyagunjate opened this issue May 22, 2020 · 1 comment

Comments

@priyagunjate
Copy link

To implement stochastic gradient descent to optimize a linear regression algorithm on Boston House Prices dataset which is already exists in sklearn as a sklearn.linear_model.SGDRegressor.here,SGD algorithm is defined manually and then comapring the both results.Linear regression is technique to predict on real values.

stochastic gradient descent technique , evaluates and updates the coefficients every iteration to minimize the error of a model on training data.

Objective:

To Implement stochastic gradient descent on Bostan House Prices dataset for linear Regression

  • Implement SGD and deploy on Bostan House Prices dataset.
  • Comapare the Results with sklearn.linear_model.SGDRegressor
  • Compare the results when Learning rate is constant
@priyagunjate
Copy link
Author

SGD.pdf

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

1 participant