-
Collection of generative models in Tensorflow
-
A curated list of resources for text detection/recognition (optical character recognition ) with deep learning methods.
-
awesome-deep-vision-web-demo Public
A curated list of awesome deep vision web demo
-
cs228-material Public
Forked from kuleshov/teaching-materialTeaching materials for the probabilistic graphical models and deep learning classes at Stanford
Jupyter Notebook UpdatedDec 27, 2018 -
tensorflow-mnist-cnn Public
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
-
A simple, concise tensorflow implementation of fast style transfer
-
-
numpy-neuralnet-exercise Public
Implementation of key concepts of neuralnetwork via numpy
-
tensorflow-mnist-AAE Public
Tensorflow implementation of adversarial auto-encoder for MNIST
-
how-far-can-we-go-with-MNIST Public
A collection of codes for 'how far can we go with MNIST' challenge
-
tensorflow-mnist-CVAE Public
Tensorflow implementation of conditional variational auto-encoder for MNIST
-
Tensorflow implementation of Generative Adversarial Network for approximating a 1D Gaussian distribution
-
tensorflow-mnist-VAE Public
Tensorflow implementation of variational auto-encoder for MNIST
-
tensorflow-style-transfer Public
A simple, concise tensorflow implementation of style transfer (neural style)
-
MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.