Data Science / Machine Learning links to get you started and going

Posted on November 29, 2018 by Ilya

From time to time, I am being asked “how does one get started with Data Science?”. To answer this, I wrote this post.

I am here to bring you good news. If you have studied math at the level of the second year of a technical university and you know how to code, you already have a very solid background to get started. It is the best if you know python as it is the default language of Data Science these days. If you don’t know how to code, start from learning coding in python (choose python 3 not 2.7) and then come back here.

Teach thyself

Here is a self-study plan:

Below is the list of references to help you navigate Data Science landscape.

References

Python / Programming

Lectures / online courses

Blogs / websites

Papers

Books

Preliminaries

  • Boyd, Stephen. 2004. Convex Optimization
  • Rozanov, Yurii A. 2013. Probability theory: a concise course
  • Nesterov, Yurii. 2013. Introductory lectures on convex optimization: A basic course

  • Computer Science Theory for the Information Age
  • Skiena, Steven S. 1998. The algorithm design manual
  • Cormen, Thomas H., Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. 2009. Introduction to algorithms

  • Martin, Robert C. 2009. Clean code: a handbook of agile software craftsmanship

Machine Learning

  • Friedman, Jerome, Trevor Hastie, and Robert Tibshirani. 2001. The Elements of Statistical Learning
  • Kevin P. Murphy. 2012. Machine Learning: A Probabilistic Perspective
  • Interpretable Machine Learning

Neural Networks

  • Neural Networks and Deep Learning, a nice getting started book on Neural Networks
  • Goodfellow, Ian, Yoshua Bengio, Aaron Courville, and Yoshua Bengio. 2016. Deep Learning

More theoretical Machine Learning

  • Mohri, Mehryar, Afshin Rostamizadeh, and Ameet Talwalkar. 2012. Foundations of Machine Learning
  • Shalev-Shwartz, Shai, and Shai Ben-David. 2014. Understanding Machine Learning: From Theory to Algorithms

Stats

  • Wasserman, Larry. 2013. All of Statistics: A Concise Course in Statistical Inference
  • Casella, George, and Roger L Berger. 2002. Statistical Inference