/convolutional-autoencoder-keras

Keras implementation of convolutional autoencoder architecture, and example test with MNIST

Primary LanguagePythonMIT LicenseMIT

convolutional-autoencoder-keras

Keras implementation of convolutional autoencoder architecture, and example test with MNIST

Setup

git clone git@github.com:CUN-bjy/convolutional-autoencoder-keras.git
pip install -r requirements.txt

Results

Original

original

latent dim == 2

recon2

latent dim == 5

recon5