All Projects → shekkizh → Neuralnetworks.thought Experiments

shekkizh / Neuralnetworks.thought Experiments

Licence: mit
Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow

Projects that are alternatives of or similar to Neuralnetworks.thought Experiments

Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-5.03%)
Mutual labels:  jupyter-notebook, generative-adversarial-network, generative-model
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (-49.75%)
Mutual labels:  jupyter-notebook, generative-adversarial-network, generative-model
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 (+38.69%)
Mutual labels:  jupyter-notebook, generative-adversarial-network, generative-model
Gesturegan
[ACM MM 2018 Oral] GestureGAN for Hand Gesture-to-Gesture Translation in the Wild
Stars: ✭ 136 (-31.66%)
Mutual labels:  generative-adversarial-network, generative-model
Cramer Gan
Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
Stars: ✭ 123 (-38.19%)
Mutual labels:  generative-adversarial-network, generative-model
First Order Model
This repository contains the source code for the paper First Order Motion Model for Image Animation
Stars: ✭ 11,964 (+5912.06%)
Mutual labels:  jupyter-notebook, generative-model
Psgan
Periodic Spatial Generative Adversarial Networks
Stars: ✭ 108 (-45.73%)
Mutual labels:  jupyter-notebook, generative-model
Conditional Gan
Anime Generation
Stars: ✭ 141 (-29.15%)
Mutual labels:  generative-adversarial-network, generative-model
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 (-30.65%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Netgan
Implementation of the paper "NetGAN: Generating Graphs via Random Walks".
Stars: ✭ 152 (-23.62%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Mine Mutual Information Neural Estimation
A pytorch implementation of MINE(Mutual Information Neural Estimation)
Stars: ✭ 167 (-16.08%)
Mutual labels:  jupyter-notebook, generative-model
Image generator
DCGAN image generator 🖼️.
Stars: ✭ 173 (-13.07%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Capsule Gan
Code for my Master thesis on "Capsule Architecture as a Discriminator in Generative Adversarial Networks".
Stars: ✭ 120 (-39.7%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Generative Evaluation Prdc
Code base for the precision, recall, density, and coverage metrics for generative models. ICML 2020.
Stars: ✭ 117 (-41.21%)
Mutual labels:  generative-adversarial-network, generative-model
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.
Stars: ✭ 134 (-32.66%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (-42.21%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Semantic image inpainting
Semantic Image Inpainting
Stars: ✭ 140 (-29.65%)
Mutual labels:  generative-adversarial-network, generative-model
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-2.01%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Pixel2style2pixel
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation"
Stars: ✭ 1,395 (+601.01%)
Mutual labels:  jupyter-notebook, generative-adversarial-network
Stylegan2 Projecting Images
Projecting images to latent space with StyleGAN2.
Stars: ✭ 102 (-48.74%)
Mutual labels:  jupyter-notebook, generative-adversarial-network

neuralnetworks.thought-experiments

A repo of observations and notes to understand the workings of neural network models and other simple thought experiments using Tensorflow.

  • Activations - Notes on activation functions with experimental results to compare models on MNIST and CIFAR10
  • Generative Models - Observations on generative machine learning and results using Auto Encoders, VAEs and GANs
  • Model Pruning - Results on doing pruning in neural networks. (mainly OBD as of now.)
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].