My curated list on How to Learn Machine Learning
Different courses teach the same thing from different point of view. Learning it from different point of views make your knowledge well rounded. Even though it is repetitative, it helps.
Suggested Libraries to master, in increasing order of complexity
- Scikit-learn
- Easy to understand
- Functions are implemented already
- Tensorflow
- More dificult than Scikit-learn
- Made for production of Machine Learning Projects
Prerequisite - Python
- Book: Head First Python
- Book: Head First Programming
- Website: Automate the Boring Stuff with Python
Level 1 Basic with Scikit-learn: Machine Learning Basic with Scikit-learn
- Website: Kaggle Learn Intro to Machine Learning, Data Visualization, Pandas & Intermediate Machine Learning
- Mooc: Introduction to Machine Learning on DataSchool
- Mooc: Udemy Python for Data Science and Machine Learning Bootcamp
- Book: Introduction to Machine Learning with Python by Andreas Muller
- Book: Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurelien Geron (Skip Tensorflow Part)
- Mooc: Machine Learning Specialization by University of Washington
- Mooc: Applied Data Science with Python Specialization by University of Michigan
- Mooc: AI for Everyone by Andrew Ng
- Mooc: A Crash Course in Data Science by Johns Hopkins University
Level 2 Intermediate with Scikit-learn: Machine Learning with Scikit-learn more conceptual knowledge
- Book: Real World Machine Learning by Henrik Brink
- Book: Thoughtful Machine Learning in Python by Matthew Kirk
- Book: Machine Learning in Action by Peter Harrington
- Mooc: Fast ai Machine Learning course
Level 3 Basic with Tensorflow: Machine Learning with Tensorflow
- Website: Easy Tensorflow
- Book: Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurelien Geron (Focus on Tensorflow Part)
Level 4 Intermediate with Tensorlow: Machine Learning with Tensorflow
- Book: Machine Learning with Tensorflow by Nishant Shukla
- Book: TensorFlow for Deep Learning by Bharath Ramsundar & Reza Bosagh Zadeh (First 3 Chapters)