# Autoencoders

**An Autoencoder (AE)** is a Neural Network that can be trained in an Unsupervised fashion (basically Self Supervised). In an AE the Output values are equal to the Inputs. Autoencoders are used to reduce the size of a set of inputs, by generating a more compact representation. The AE consists of an Encoder that compress the data and a Decoder that reconstruct the data from this compressed representation.

* [The Official Keras tutorial about Autoencoders](https://blog.keras.io/building-autoencoders-in-keras.html)
* [A Gentle introduction to Autoencoders ](https://medium.com/edureka/autoencoders-tutorial-cfdcebdefe37)[Using AE to remove noise](https://medium.com/activating-robotic-minds/how-to-reduce-image-noises-by-autoencoder-65d5e6de543)
* [Convolutional AE and more](https://medium.com/activating-robotic-minds/how-to-reduce-image-noises-by-autoencoder-65d5e6de543)
* [More advanced topics with AE](https://bit.ly/2PrmbAG)
* [Introduction to sparce AE and PCA vs AE comparison](https://www.jeremyjordan.me/autoencoders/)
* [Training VAEs](https://becominghuman.ai/variational-autoencoders-for-new-fruits-with-keras-and-pytorch-6d0cfc4eeabd)

#### Sound related

* [Introduction to Magenta Variational Autoencoder](https://magenta.tensorflow.org/music-vae)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aalborg-university.gitbook.io/machine-learning-workstation/useful-links/machine-learning/autoencoders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
