Machine Learning Resources

About this document

I compiled this list when transitioning out of academia into industry. My background is in (quantitative) economics and this list assumes that you know college-level math (calculus, linear algebra, probability/statistics) and some programming (e.g. Matlab).

Quick start

  • Read ISL (free) for a gentle introduction to the theory behind important machine learning algorithms
  • Read Hands on ML (Part I) to learn how to code up the most important algorithms in Python
  • Take part in a Kaggle Challenge

Improving your coding skills

Deep Learning

Visualization

  • The classic for theory: The Visual Display of Quantitative Information
  • Workhorse libraries are ggplot2 (R) and seaborn (Python)
  • You can build quick, interactive dashboards in R using shiny and plotly. If you are serious about interactive visualization, then you may want to invest in D3

Archive