Deep-learning-practice

Classification_practice_MNIST.ipynb recognizes the number given an image from the MNIST dataset.

GAN_practice_MNIST.ipynb generates an image of a given handwritten number using GAN.

Generation_practice_MNIST.ipynb generates an image of any handwritten number using VAE.

Conditional_generation_practice_MNIST.ipynb generates an image of a given handwritten number using VAE.