Back
Tags: #neuralnet
-
Conditional Variational Autoencoder: Intuition and Implementation
An extension to Variational Autoencoder (VAE), Conditional Variational Autoencoder (CVAE) enables us to learn a conditional distribution of our data, ...
-
Variational Autoencoder: Intuition and Implementation
Variational Autoencoder (VAE) (Kingma et al., 2013) is a new perspective in the autoencoding business. It views Autoencoder as a ...
-
Deriving Contractive Autoencoder and Implementing it in Keras
Contractive Autoencoder is more sophisticated kind of Autoencoder compared to the last post. Here, we will dissect the loss function ...
-
Many flavors of Autoencoder
Autoencoder is a family of methods that answers the problem of data reconstruction using neural net. There are several variation ...