tensorflow-generative-model-collections. Collection of generative models in Tensorflow
3.9kawesome-deep-text-detection-recognition. A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
2.5ktensorflow-mnist-VAE. Tensorflow implementation of variational auto-encoder for MNIST
499awesome-deep-vision-web-demo. A curated list of awesome deep vision web demo
349tensorflow-style-transfer. A simple, concise tensorflow implementation of style transfer (neural style)
293tensorflow-fast-style-transfer. A simple, concise tensorflow implementation of fast style transfer
242tensorflow-mnist-cnn. MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
204tensorflow-mnist-CVAE. Tensorflow implementation of conditional variational auto-encoder for MNIST
149tensorflow-mnist-AAE. Tensorflow implementation of adversarial auto-encoder for MNIST
87how-far-can-we-go-with-MNIST. A collection of codes for 'how far can we go with MNIST' challenge
61tensorflow-mnist-MLP-batch_normalization-weight_initializers. MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.
57numpy-neuralnet-exercise. Implementation of key concepts of neuralnetwork via numpy
48tensorflow-GAN-1d-gaussian-ex. Tensorflow implementation of Generative Adversarial Network for approximating a 1D Gaussian distribution
26compare_gan. Python
2