December 2017
Intermediate to advanced
536 pages
14h 23m
English
The code here is based on the paper Autoencoding Variational Bayes by Kingma and Welling (https://arxiv.org/pdf/1312.6114.pdf), and is adapted from GitHub: https://jmetzen.github.io/2015-11-27/vae.html .
import numpy as npimport tensorflow as tfimport matplotlib.pyplot as plt%matplotlib inline
Read now
Unlock full access