This is a reimplementation of the blog post "Building Autoencoders in Keras". Instead of using MNIST, this project uses CIFAR10.
First attempt: (BCEloss=~0.57)
Best Predictions so far: (BCEloss=~0.555)
First attempt: (Too much MaxPooling and UpSampling)