Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save watsh-rajneesh/2cf3541a3dbc50439787858c9ca3f412 to your computer and use it in GitHub Desktop.
Save watsh-rajneesh/2cf3541a3dbc50439787858c9ca3f412 to your computer and use it in GitHub Desktop.
Machine learning resources and related artificial intelligence concepts.

Machine Learning Curriculum

Machine Learning is a branch of Artificial Intelligence dedicated at making machines learn from observational data without being explicitly programmed.

This is a really big list because I also point to other people's list to ensure that most of the resources are accessible from this page without you looking anywhere else.

NOTE: There is no particular rank or order for each link. The order in which they appear does not convey any meaning and is not essential.

General Machine Learning

A machine is learning when its performance P on task T improves when it gains more experience E.

Reinforcement Learning

Building a machine that senses the environment and then chooses the best policy (action) to do at any given state to maximize its expected long-term scalar reward is the goal of reinforcement learning.

Deep Learning

A set of machine learning techniques specialized at training deep artificial neural networks (DNN).

Recurrent Neural Networks

DNNs that remember things. They also understand sequences that vary in length.

Open Source Trained Models

Interesting Techniques & Applications

Nice Blogs & Vlogs to Follow

Libraries and Frameworks

Taking a glance at their github statistics can give you a sense of how active/popular each library is.

Cutting-Edge Research

Steal the most recent techniques introduced by smart computer scientists (could be you).

Practitioner Community

Thoughtful Insights for Future Research

Uncategorized

Other Big Lists

How to contribute to this list

  1. Fork this gist and modify your forked version. Make sure that your forked version is the latest because this gist is updated very frequently.
  2. Comment on this gist that you want to get merged and I'll pull your fork into this one.
  3. Or just say how would you want this list to be modified and I'll do it if it's promising.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment