All Projects → FelixMohr → Deep Learning With Python

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.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Deep Learning With Python

Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+2.99%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network, dcgan
Generative models tutorial with demo
Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..
Stars: ✭ 276 (+105.97%)
Mutual labels:  jupyter-notebook, generative-adversarial-network, dcgan, variational-autoencoder
Video prediction
Stochastic Adversarial Video Prediction
Stars: ✭ 247 (+84.33%)
Mutual labels:  gan, generative-adversarial-network, vae, variational-autoencoder
Cyclegan Qp
Official PyTorch implementation of "Artist Style Transfer Via Quadratic Potential"
Stars: ✭ 59 (-55.97%)
Mutual labels:  neural-networks, gan, generative-adversarial-network, style-transfer
Generative Adversarial Networks
Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs
Stars: ✭ 505 (+276.87%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network, tensorflow-tutorials
Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+194.03%)
Mutual labels:  gan, generative-adversarial-network, vae, variational-autoencoder
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (+29.1%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network, dcgan
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+426.12%)
Mutual labels:  jupyter-notebook, neural-networks, gan, tensorflow-tutorials
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+226.87%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network, vae
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (+214.93%)
Mutual labels:  jupyter-notebook, neural-networks, gan, generative-adversarial-network
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (+282.84%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network, style-transfer
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+458.21%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network, dcgan
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-10.45%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network
Neural Painters X
Neural Paiters
Stars: ✭ 61 (-54.48%)
Mutual labels:  jupyter-notebook, gan, style-transfer
Dcgan Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.
Stars: ✭ 70 (-47.76%)
Mutual labels:  gan, generative-adversarial-network, dcgan
Vae protein function
Protein function prediction using a variational autoencoder
Stars: ✭ 57 (-57.46%)
Mutual labels:  jupyter-notebook, vae, variational-autoencoder
Pix2pix
Image-to-image translation with conditional adversarial nets
Stars: ✭ 8,765 (+6441.04%)
Mutual labels:  gan, generative-adversarial-network, dcgan
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+6550.75%)
Mutual labels:  jupyter-notebook, neural-networks, tensorflow-tutorials
Calogan
Generative Adversarial Networks for High Energy Physics extended to a multi-layer calorimeter simulation
Stars: ✭ 87 (-35.07%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network
Sprint gan
Privacy-preserving generative deep neural networks support clinical data sharing
Stars: ✭ 92 (-31.34%)
Mutual labels:  jupyter-notebook, gan, generative-adversarial-network

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].