Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felixmohr/deep-learning-with-python

Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
https://github.com/felixmohr/deep-learning-with-python

dcgan deep-learning gan generative-adversarial-network lstm neural-networks python python3 style-transfer tensorflow tensorflow-tutorials vae variational-autoencoder

Last synced: about 2 months ago
JSON representation

Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.

Awesome Lists containing this project

README

        

# 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