My books and courses

An Introduction to Statistical Learning with Applications in R – 15 hours of expert videos

In January 2014, Stanford University professors Trevor Hastie and Rob Tibshirani (authors of the legendary Elements of Statistical Learning textbook) taught an online course based on their newest textbook, An Introduction to Statistical Learning with Applications in R (ISLR). I found it to be an excellent course in statistical learning (also known as “machine learning”), largely due to the high quality of both the textbook and the video lectures. And as an R user, it was extremely helpful that they included R code to demonstrate most of the techniques described in the book.

If you are new to machine learning (and even if you are not an R user), I highly recommend reading ISLR from cover-to-cover to gain both a theoretical and practical understanding of many important methods for regression and classification. It is available as a free PDF download from the authors’ website.

An Introduction to Statistical Learning Unofficial Solutions-  Git

Textbook

Amazon: http://www.amazon.com/dp/1461471370
Springer:  http://www.springer.com/statistics/statistical+theory+and+methods/book/978-1-4614-7137-0
Author’s website: http://www-bcf.usc.edu/~gareth/ISL/
Free textbook PDF:  http://www-bcf.usc.edu/~gareth/ISL/ISLR%20First%20Printing.pdf
Data sets: http://www-bcf.usc.edu/~gareth/ISL/data.html
R code: http://www-bcf.usc.edu/~gareth/ISL/code.html

Chapter 1: Introduction (slides, playlist)

Chapter 2: Statistical Learning (slides, playlist)

Chapter 3: Linear Regression (slides, playlist)

Chapter 4: Classification (slides, playlist)

Chapter 5: Resampling Methods (slides, playlist)

Chapter 6: Linear Model Selection and Regularization (slides, playlist)

Chapter 7: Moving Beyond Linearity (slides, playlist)

Chapter 8: Tree-Based Methods (slides, playlist)

Chapter 9: Support Vector Machines (slides, playlist)

Chapter 10: Unsupervised Learning (slides, playlist)

Interviews (playlist)

Source : http://auapps.american.edu/alberto/www/analytics/ISLRLectures.html

Solutions with Python

https://botlnec.github.io/islp/