Machine Learning Resources with Projects

With the boom of machine learning and artificial intelligence, here’s a few questions I am often asked:

  1. How do I get started with machine learning?
  2. What books do you suggest?
  3. Do you suggest any courses?
  4. But the most common question is: “There are so many resources, which one do I follow?”

Worry not! I have curated resources that worked for so many people. I’ve also listed some projects for you to try out the concepts you learn.

Now you may get carried away by all the links and books here. Machine learning has a learning curve and usually takes six months of constant effort. Do not give up because you do not understand anything in the first few weeks. One can become a master only by continuous practice.

The resources focused on applied ML and not the core of machine learning. This is a starting point. Once you can build a few models, you can dig deeper to understand how they work.

Resources

  1. Machine Learning Mastery

Machine Learning mastery has an extensive set of roadmaps and blog posts that can guide you through the journey of transforming yourself into an ML Engineer.

  1. Hands-on Machine Learning with sklearn, Keras and tensorflow2

I cannot thank this book enough because it takes you through every step of building an ML pipeline. With each chapter, you get a little closer to becoming an ML Engineer. By the time you finish the book, you will know how to tackle an ML problem.

  1. Machine Learning A-Z course

Similar to the above book, this course has helped me simplify my understanding of machine learning. Until then, I thought it was a huge technology that takes years to master. The course suggested few mental models on how to approach each ML problem, which came in handy later when solving intensive problems.

Projects

Pretty much every exercise on Kaggle is a project worth building. While my focus is is mostly on text and NLP, you should focus on different kinds of problems like numerical, categorical, predictive, clustering, etc., The above resources should prepare you for the following projects.

Examples

  1. Twitter hate speech classifier
  2. Hot-dog not hot-dog
  3. Book/Movie recommendation system
  4. More projects