Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 825 Bytes

ESL

The Elements of Statistical Learning with PyTorch

  • Chapter 2 - Overview of Supervised Learning
  • Chapter 3 - Linear Methods for Regression
  • Chapter 4 - Linear Methods for Classification
  • Chapter 5 - Basis Expansions and Regularization
  • Chapter 6 - Kernel Smoothing Methods
  • Chapter 7 - Model Assessment and Selection
  • Chapter 8 - Model Inference and Averaging
  • Chapter 9 - Additive Models, Trees, and Related Methods
  • Chapter 10 - Boosting and Additive Trees
  • Chapter 11 - Neural Networks
  • Chapter 12 - Support Vector Machines and Flexible Discriminants
  • Chapter 13 - Prototype Methods and Nearest-Neighbors
  • Chapter 14 - Unsupervised Learning
  • Chapter 15 - Random Forests

References

IntroToDeepLearning