A quick reference for keeping track of the numerous ML algorithms out there! For each entry, the year is a rough indicator of when the term became relevant for the field of Machine Learning and is used for chronological ordering. This document will be continually updated.

Augmented Random Search (ARS)

2018 - Reinforcement learning using perceptrons instead of deep neural networks. For some specific applications, it is faster, with higher rewards. One example of an application for ARS is training robots to walk.

Generative Adversarial Networks (GAN)

2014 - Used primarily in the field of computer vision, GANs learn based on two adversarial neural networks, a generator and a discriminator. At its most fundamental level, the generator tries to “fool” the discriminator while the discriminator tries to “catch” the generators “lies.” Learning is reinforced through feedback loops.

Long Short-Term Memory (LSTM)

1997 - A type of Recurrent Neural Network (RNN) used in supervised deep learning, makes predictions based on time-series data, essentially learning over time base on prior knowledge. This kind of ML is used in Siri and Amazon Alexa.

Convolutional Neural Networks (CNN)

1989 - A class of deep neural networks used for image processing, including object classification and facial recognition