Posts tagged "Deep Learning"

3 posts

AutoEncoder

4 min read

In this notebook you will find how autoencoders are trained in TensorFlow (Keras). This notebook covers two different types of encoder: a normal **Auto Encoder** and a **Denoising Auto Encoder**. ##

Unsupervised Learning

2 min read

## VAE Types ### Auto Encoder This is like a simple generative algorithm in which one model is used to reduce the data (like simple compression) and another is used to expand it back (like a decomp