Reading Assignment: Autoencoders and Word Embeddings

This reading assignemt focusses on unsupervised and self-supervised learning tasks as a main driver for representation learning.

Main Reading 1: Autoencoders

The Deep Learning Book - Chapter 14: Autoencoders (optional reading!) covers the topic very well in depth. However, in favor of including the second topic, the blog post “Introduction to autoencoders” by Jeremy Jordan provides the most important details. Refer to the book chapter if you would like to know further details!

Main Reading 2: Word Embeddings

Besides the image processing domain that we already covered in reading 3 and 4, deep learning has also had a major impact on the field of Natural Language Processing (NLP). The following references provide a good overview. Feel free to dive deeper if you are interested!

Further Reading (Optional)