Coder Social home page Coder Social logo

ai-ml-learning-path's Introduction

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).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.