https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow-iv/sessions/unsupervised-and-supervised-learning

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0222b3ee-2e85-46cd-8ea6-5799d55849f1/Untitled.png

Autoencoders are a type of unsupervised machine learning. It's a specialised type of neural network that aims to take high dimensional data, and re-map that to a new representation with lower dimensionality.

Supervised methods of machine learning involve significant amounts of human labour to annotate, prepare and define representations of data to feed into learning algorithms . Automating this process is a currently an active field of machine learning research aimed at removing this requirement.