Skip to content

Latest commit

 

History

History
1196 lines (615 loc) · 64.3 KB

File metadata and controls

1196 lines (615 loc) · 64.3 KB

Great Implementation of Stochastic Gradient descent for Linear Regression

https://github.com/premvardhan/Stochastic-Gradient-descent-in-python/blob/master/LinearRegression_on_bostan_house_price_using_SGD_reopen.ipynb

Comparison of Machine Learning Algorithms:

http://www.cs.cmu.edu/~aarti/Class/10701/MLAlgo_Comparisons.pdf

Dim Reduction:

https://sebastianraschka.com/Articles/2014_python_lda.html

Machine Learning & Deep Learning Tutorials Awesome

Contents

  • For a collection of Data Science Tutorials using R, please refer to this list.

  • For a collection of Data Science Tutorials using Python, please refer to this list.