Skip to content

Instantly share code, notes, and snippets.

@offchan42
Last active March 2, 2024 00:02
Show Gist options
  • Star 36 You must be signed in to star a gist
  • Fork 13 You must be signed in to fork a gist
  • Save offchan42/b6190df237562aa6e8c922c485dc7ad0 to your computer and use it in GitHub Desktop.
Save offchan42/b6190df237562aa6e8c922c485dc7ad0 to your computer and use it in GitHub Desktop.
Machine learning resources and related artificial intelligence concepts.

ATTENTION PLEASE

Please see that repository instead because you can make pull requests there and later updates will be pushed there too.

===

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 for each link. The order in which they appear does not convey any meaning and should not be treated differently.

General Machine Learning

A machine is said to be 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