The Missing Roadmap to Self-Study Machine Learning

In this post I lay out a concrete self-study roadmap for applied machine learning that you can use to orient yourself and figure out your next step.

I think a lot about frameworks and systematic approaches (as evidenced on my blog). I would consider this post a vast expansion of my previous thoughts on a self-study program in the post “Self-Study Guide to Machine Learning” that really hit a chord in the community.

Let’s jump in…

you are here

You are here.
Photo by electricnerve, some rights reserved

Machine Learning Roadmap

Machine learning is a huge field of study. There are so many algorithms, theories, techniques and classes of problems to learn about that it does feel overwhelming.

Machine learning is also deeply interdisciplinary. You can jump from material pitched to programmers, to material pitched to statisticians and it does feel frustrating when so much prior knowledge is assumed.

What is needed is a structured approach that provides a roadmap for studying the topics and levels of detail in machine learning that also integrates popular resources like books and open course.

The structured approach addresses the overwhelm by focusing attention on what you need to learn when you need to learn it. It addresses the frustration by sequencing the presentation of material with a focus on the practical side, tailored for engineers and programmers.

A roadmap lets you orient yourself in terms of where you are and where you want to be.

Self-Study is the Path

Self study means at your own pace, on your own terms and on your own schedule.

Self-study is the best way to learn machine learning. That does not mean you have to do it all on your own, far from it. It means learning things the most efficient way for you and leveraging the best courses, books and guides available on the internet.

Self-study is also compatible with more formal courses like undergraduate and post-graduate studies. It means actively integrating the material into your own knowledge base and owning that process. In owning the process, you can dive deeper into the areas that interest you the most.

Machine learning is an applied discipline, like programming. Studying the theory is important, but you must put in the time to apply the theory. You must practice. This is critical. You need to build up the intuitions for the processes, algorithms and problems.

self study

Self-Study is the Path
Photo by scui3asteveo, some rights reserved

Competency Levels

The structured approach to studying machine learning is broken down into four levels of competence:

  1. Beginner
  2. Novice
  3. Intermediate
  4. Advanced

The four levels are delineated based on the problems they face and the learning objectives they have. In turn, each level has a different set of activities to pursue on the path towards their objective.

Problems at Each Level

Each competency level faces a different set of problems, as follows:

  • Beginner: Confused about what machine learning actually is. Overwhelmed with the vast amount of information available. Frustrated at the unspecified assumed prior knowledge in most of the information that is available.
  • Novice: Daunted by the mathematical descriptions of algorithms. Struggling with the application of machine learning to problems. Lost looking for problems to investigate with machine learning.
  • Intermediate: Bored with the introductory material. Hungry with the need for more details and deeper insight. Aching to demonstrate and push their knowledge and skills.
  • Advanced: Obsessed with getting the most from systems and solutions. Seeking opportunities for greater contribution. Inspired to push the boundaries.

Learning Objectives

Each level in the hierarchy of competencies has a singular objective and many tasks they can pursue toward that objective. Those objectives are as follows:

  • Beginner: Develop a clear foundation and start journey into the field.
  • Novice: Develop and practice process of applied machine learning.
  • Intermediate: Develop a deeper understanding of algorithms, problems and tools.
  • Advanced: Develop extensions to the field such as algorithms, problems and tools.

Self-Study Activities

The objectives of each level define the types of activities to pursue for those objectives to be met. You can design your own activities (and you are strongly encouraged), although the following are the suggested activities for each level.

Beginner

Novice

Intermediate

Advanced

  • Develop extensions to algorithms, problems and tools in a structured way.
  • Engage and make contributions to the community.

How to Use

This roadmap is a useful tool that you can use in a variety of ways on your path towards machine learning mastery:

  • Learning Guide: Use it as a linear guide of objectives and activities for you to complete. Patience and hard work will carry you to the advanced level in short order.
  • Streamlined Guide: Use as a linear guide as above, but narrow the objectives to a specific area of machine learning that you are looking to master, rather than the broader domain of applied machine learning. This could be a specific problem or class of algorithm.
  • Information Filter: The roadmap can be used to filter information and resources you come across. This is a powerful use case because you can quickly assess whether a blog post, article or book is relevant for your level in the journey.

This Path is Right For You!

I have designed this guide for other engineers and programmers.

  • You may know how to program.
  • You may work (or have worked) professionally as an engineer or programmer.
  • You may be an undergraduate or postgraduate student.
  • You are interested in machine learning or data science.
  • You may be working with machine learning and data.
machine learning is a journey

Machine Learning is a Journey
Photo by GoodNCrazy, some rights reserved

This approach is tailored for programmers and engineers who are already familiar with the process of developing and building out systems. They have a computational or logical approach to thinking and think in terms of systems. Programmers particularly are already familiar with the power of automation and with the complexity and characterization of algorithms.

This approach has been effective for both professional programmers as well as students studying engineering, computer science or similar disciplines.

  • You do not need to be a programmer or a good programmer. You can use off-the-shelf tools like Weka that have graphical user interfaces to work through machine learning problems and apply machine learning algorithms.
  • You do not need to be a mathematician or statistician. You can pick up only the statistics, probability and linear algebra that you need for a given algorithm, when it comes time to studying that algorithm.
  • You can read guides, books and take open courses. They fit comfortably into the breakdown into the four competency levels. A given book may be a perfect reference for the novice or intermediate level, or may span both levels. Similarly, a course may fit neatly into a given level or may span two or more levels, giving a sample of a variety of machine learning activities.

Scope

I recommend that you focus your scope on classification and regression type problems and the relevant algorithms and tools. These are the two most common underlying machine learning problems that most other problems can be reduced to.

There are subfields of Machine Learning such as Computer Vision, Natural Language Process, Recommender Systems or Reinforcement Learning. These areas can be reduced to classification and regression problems and their study does neatly fit into the roadmap structure that is presented. I would suggest not diving into these fields until you are at the intermediate level.

Principles

I have a few pragmatic principles that might help you make you make fast and useful progress towards your goals in machine learning. They really frame the roadmap.

  • Machine Learning is a journey. You need to know where you are now and where you are trying to get to. It’s going to take time and hard work, but there is plenty of help available to you.
  • Create semi-formal work products. Write down what you learn and discover along the way in the form of blog posts, technical reports, and code repositories. You will quickly amass a portfolio of demonstrated skill and knowledge for you and others to reflect on.
  • Just-in-time learning. Do not learn complex topics until just before you need them. For example, learn just enough probability or linear algebra to understand the algorithm you’re working on, do not take a 3 year course in stats and maths before you start machine learning.
  • Leverage existing skills. If you can code, implement algorithms to understand them rather than studying the math. Use languages you know. Focus on the one thing you are learning, don’t complicate it by learning a new language, tool or library at the same time.
  • Mastery is an ideal. Mastery of machine learning requires continuous learning. You can never actually reach it, you can only continue to study, learn and improve.

Tips

Below are 3 tips to effectively get the most out of this guide and your journey in machine learning:

  • Start with a small project that you can complete in one hour.
  • Aim to complete one project per week in order to build up and maintain your momentum and a workspace of projects that you can build upon.
  • Share your results on your blog, Facebook, Google+, Github or wherever you can to demonstrate your interest, increasing skills, knowledge and to get feedback.

Action Step

Take a moment and write down:

  • What level do you think you are at and what are you struggling with?
  • What level do you want to be at and what do you want to be able to do?

13 Responses to The Missing Roadmap to Self-Study Machine Learning

  1. Avatar
    Suresh May 16, 2016 at 3:38 pm #

    Hi , First I would like thanks to you for guidance..!! I would like to ask that I have interest in machine learning but as job professional I am oracle DBA , can I become good machine learning professional.

    • Avatar
      toimi May 18, 2016 at 4:27 am #

      Hi, Suresh! If you have interest in machine learning, you can become good machine learning professional. But you have to work hard for it.

  2. Avatar
    Jim August 13, 2016 at 12:30 am #

    Thanks Jason, I think I am between Novice and Intermediate. I don’t necessarily want to become a data science / statistics ninja but I would like to feel more confident in the methods available and the ways of assessing their real (statistical?) value and accuracy to different types of problem.

  3. Avatar
    Howard in Toronto :) August 13, 2016 at 5:47 am #

    Terrific road map. Wish more teachers had this type of teaching strategy. I guess all of us regardless what teaching strategy presented to us must follow this road map in order to learn any non-innate subject. Mechanistically I would think brain must start recruiting cortical columns for basic ideas and names and then build upon this foundation – much like road map above.

  4. Avatar
    Pravallika August 15, 2016 at 6:34 pm #

    Thank you Jason for giving some possible ways to get into machine learning.Actually I am in a beginner stage at present taking course an machine learning. I was most passionate about it. Can you give me some basic programs that I can do. As if I am in a starting stage.

  5. Avatar
    Milton February 11, 2017 at 8:01 pm #

    Thank you Jason for giving some possible ways to get into machine learning, you make the roadmap became easier..

  6. Avatar
    W July 23, 2017 at 5:17 pm #

    Hi Jason, thanks for this post. It is helpful. I have a question regarding where I am in the machine learning journey and what I shall do next. I think myself is somewhat at the intermediate level: Now I can use python (numpy, sklearn, pandas…) to compete in some kaggle competition and achieve performance around 10%-20% in the leaderboard. However, I still think most of the algorithms are like a blackbox for me and I am not that confident at feature engineering and be creative/innovative when facing a new program. What do you think I should do next? I am thinking reading some classical ML papers, implement the algorithms from the scratch and enhance my understanding in optimization/linear algebra along the way. Do you think this will be helpful in order to find an entry level machine learning/modeling related job in one year? (I like focus on solving analytics program using ML in business than focus on the engineering part of machine learning) Thanks.

    • Avatar
      Jason Brownlee July 24, 2017 at 6:52 am #

      I would recommend reading papers in order to better understand the methods, only in order to get better results.

      If you can work through problems at will, then go and help businesses work through their problems and deliver value. If you need help getting a job, develop a strong portfolio of completed projects demonstrating the value you can deliver.

      Places that hire based on the math you know are missing the point. It is like hiring a developer that can tell you why the compiler works but can’t write a robust piece of software to solve the actual problems in the business. Or the developer who can explain how the Java Virtual Machine works but cannot write maintainable Java code for business apps.

      Does that help?

  7. Avatar
    ml September 26, 2017 at 11:45 am #

    thank you so much, for posting such a good map for us.

  8. Avatar
    Jesús Martínez April 11, 2018 at 11:46 pm #

    I truly think this is one of your best and more useful articles. Thank you very much for posting such a comprehensive roadmap. I also your tips and principles to be spot-on! (I’ve mistaken many times before I discovered similar principles on my own).

    Props to you! Keep up the good work 🙂

Leave a Reply