Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ml-curriculum.md 2.9 KB

You have to be logged in to leave a comment. Sign In

How would your curriculum for a machine learning beginner look like?

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:

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

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...