If I had to put together a study plan for a beginner, I would probably start with an easy-going intro course such as

Next, I would recommend a good intro book on ‘Data Mining’ (data mining is essentially about extracting knowledge from data, mainly using machine learning algorithms). I can highly recommend the following book written by one of my former professors:

  • P.-N. Tan, M. Steinbach, and V. Kumar. Introduction to Data Mining, (First Edition). Addison-Wesley Longman Publishing Co., Inc., Boston, MA, USA, 2005.

This book will provide you with a great overview of what’s currently out there; you will not only learn about different machine learning techniques, but also learn how to “understand” and “handle” and interpret data – remember; without “good,” informative data, a machine learning algorithm is practically worthless. Additionally, you will learn about alternative techniques since machine learning is not always the only and best solution to a problem

if all you have is a hammer, everything looks like a nail …

Now, After completing the Coursera course, you will have a basic understanding of ML and broadened your understanding via the Data Mining book. I don’t want to self-advertise here, but I think my book would be a good follow-up to learn ML in more depth, understand the algorithms, learn about different data processing pipelines and evaluation techniques, best practices, and learn how to put in into action using Python, NumPy, scikit-learn, and Theano so that you can start working on your personal projects.

While you work on your individual projects, I would maybe deepen your (statistical learning) knowledge via one of the three below:

When you are through all of that and still hungry to learn more, I recommend

  • the Deep Learning book by Yoshua Bengio, Ian Goodfellow, and Aaron Courville. The release date is set around 2016, but the 613-page manuscript is already available as as of today (online and for free).




If you like this content and you are looking for similar, more polished Q & A’s, check out my new book Machine Learning Q and AI.