An open API service indexing awesome lists of open source software.

https://github.com/dbolotov/statistical_learning_notes

Notes on the Stanford Statistical Learning course by T. Hastie and R. Tibshirani.
https://github.com/dbolotov/statistical_learning_notes

data-science machine-learning statistics

Last synced: 6 months ago
JSON representation

Notes on the Stanford Statistical Learning course by T. Hastie and R. Tibshirani.

Awesome Lists containing this project

README

          

## About

This is a set of notes and examples based on the Stanford Statistical Learning course by Trevor Hastie and Rob Tibshirani.

Videos for the course are listed [here](http://www.dataschool.io/15-hours-of-expert-machine-learning-videos/).

The ISLR book is available for download [here](http://www-bcf.usc.edu/~gareth/ISL/).

## Rendered pages

Rendered .html files:

- Using **rawgit.com**:
- [Notes](https://rawgit.com/dbolotov/statistical_learning_notes/master/statistical_learning_notes.html)
- [Code Examples](https://cdn.rawgit.com/dbolotov/statistical_learning_notes/fc64a431/statistical_learning_code_examples.html)
- Using **htmlpreview.github.io**:
- [Notes](https://htmlpreview.github.io/?https://github.com/dbolotov/statistical_learning_notes/blob/master/statistical_learning_notes.html)
- [Code Examples](https://htmlpreview.github.io/?https://github.com/dbolotov/statistical_learning_notes/blob/master/statistical_learning_code_examples.html)