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:
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:
- Coursera Deep Learning
- http://deeplearning.ai
- This course is amazing! Another gem from Andrew Ng. Gives you a comprehensive deep dive into neural networks.
- Backwards Propagation
- This is a very important concept of neural networks and should be understood well, in my opinion
- https://web.archive.org/web/20150317210621/https://www4.rgu.ac.uk/files/chapter3%20-%20bp.pdf
- Convolution Neural Networks
- Recurrent Neural Networks
- Reinforcement Learning
- http://karpathy.github.io/2016/05/31/rl/ - Andrej Karpathy's great post on policy gradients
- https://ai.intel.com/demystifying-deep-reinforcement-learning/ - Great post about deep q learning
- Great multipart course on reinforment learning - https://medium.com/emergent-future/simple-reinforcement-learning-with-tensorflow-part-0-q-learning-with-tables-and-neural-networks-d195264329d0
- Deep Learning Libraries
- Keras
- I recommend this to start, since its highly abstracted and easy to use
- Tensorflow
- The most popular framework for deep learning
- Artificial Intelligence
- Udacity AI Nanodegree
- expensive but worth it in my opinion, you will learn alot of tradition AI concepts such as search and optimization, planning, bayes nets and markov models.
- https://www.udacity.com/ai
Comments
Post a Comment