maitbayev / the-elements-of-statistical-learning

My notes and codes (jupyter notebooks) for the "The Elements of Statistical Learning" by Trevor Hastie, Robert Tibshirani and Jerome Friedman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter notebooks for the book "The Elements of Statistical Learning".

This repository contains Jupyter notebooks implementing the algorithms found in the book, proofs and summary of the textbook.

Requirements

  • jupyter
  • pandas
  • numpy
  • matplotlib
  • scipy
  • tensorflow 2 - temporarily until I have a lot of free time to implement them from scratch and it is used only in Chapter 11.

Table of Contents

About

My notes and codes (jupyter notebooks) for the "The Elements of Statistical Learning" by Trevor Hastie, Robert Tibshirani and Jerome Friedman

License:MIT License


Languages

Language:Jupyter Notebook 100.0%