Best Resources for Machine Learning and AI

As I learn more about ML and AI, I will try to compile the best resources that I come across here.

Machine Learning Theory:
  • Andrew NG machine learning course
    • https://www.coursera.org/learn/machine-learning
    • comment: Andrew Ng is an excellent teacher and explains complicated machine learning concepts in a very simple way.  This course will teach the basics of machine learning including the core algorithms and the mathematics behind them.  This is an essential course for any person interested in machine learning.
  • machine learning notes: 
    • http://www.holehouse.org/mlclass/
    • comment: invaluable notes to complement Andrew Ng's machine learning course.  Refer to these to review what you learned in the video lectures

Neural Networks and Artificial Intelligence:

Comments

Popular posts from this blog

grandmaster level chess AI using python - Part 2 (the code)

building a chess ai - part 4: learning an evaluation function using deep learning (keras)

Brief intro to recurrent neural networks