Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 386 Bytes

Deep Learning with Python

Here I will put some projects that I create while learning how to apply deep neural networks. Current projects:

  • Variational Autoencoder for creating MNIST characters (notebook with explanations)
  • Deep Convolutional Generative Adversarial Network (DCGAN) for the same purpose (notebook with explanations)
  • DCGAN for creating human faces
  • Style Transfer