Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

A list of (mostly free) ressources to learn Artificial Intelligence and Machine Learning.

Notifications You must be signed in to change notification settings

Qu3tzal/ai-ml-learning-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 

Repository files navigation

AI/ML Learning Path

A list of (mostly free) ressources to learn Artificial Intelligence and Machine Learning.

University Courses

The following courses have their slide, notes, homework, and/or videos available online:

Online Courses

Books

Textbooks

Mathematical background for machine learning (but you probably want to look elsewhere if you are not used to maths):

To have a general tour of techniques in artificial intelligence read AIMA:

Use these textbooks to get a grasp of machine and statistical learning:

Learn deep learning with these:

If you want to learn reinforcement learning, this one is the reference:

For data mining specific methods:

Papers

To get into Deep Reinforcement Learning, this review is nice:

Use the Arxiv Sanity Preserver to find new papers to read.

Interesting Blog Posts

Frameworks/Libraries

numpy and pandas are essential, numpy is basically everything math-related whereas pandas is all about manipulating data.

scikit-learn is part of the bigger scipy framework but works as a standalone. It contains a lot of non-deep learning machine learning algorithm and many preprocessing methods. Perfect for learning linear/logistic regression, SVMs, or tree-based methods.

PyTorch and TensorFlow are pretty much competitors, chose one and implement everything with it. Keep a distant eye on the other.

Keras is a layer of abstraction on top of TensorFlow, CNTK or Theano (which it uses as a backend).

About

A list of (mostly free) ressources to learn Artificial Intelligence and Machine Learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published