hwalsuklee / tensorflow-mnist-cnnLinks
MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc are implemented.
☆204Updated 7 years ago
Alternatives and similar repositories for tensorflow-mnist-cnn
Users that are interested in tensorflow-mnist-cnn are comparing it to the libraries listed below
Sorting:
- MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implem…☆55Updated 8 years ago
- A collection of codes for 'how far can we go with MNIST' challenge☆61Updated 8 years ago
- A guide to transfer learning with inception-resnet-v2.☆230Updated 6 years ago
- Simple Tensorflow implementation of Densenet using Cifar10, MNIST☆505Updated 6 years ago
- The Inception-ResNet v2 model using Keras (with weight files)☆182Updated 4 years ago
- Simple Tensorflow implementation of ResNeXt using Cifar10☆157Updated 7 years ago
- Generative Adversarial Network for MNIST with tensorflow☆185Updated last year
- Everything about Generative Adversarial Networks☆249Updated 6 years ago
- A Tensorflow implementation of Semi-supervised Learning Generative Adversarial Networks (NIPS 2016: Improved Techniques for Training GANs…☆517Updated 6 years ago
- Tensorflow implementation of conditional Generative Adversarial Networks (cGAN) and conditional Deep Convolutional Adversarial Networks (…☆154Updated 8 years ago
- Inception-v4, Inception - Resnet-v1 and v2 Architectures in Keras☆389Updated 8 years ago
- Keras pretrained models (VGG16, InceptionV3, Resnet50, Resnet152) + Transfer Learning for predicting classes in the Oxford 102 flower dat…☆276Updated 7 years ago
- Simple Tensorflow implementation of pre-activation ResNet18, 34, 50, 101, 152☆181Updated 6 years ago
- TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset☆159Updated 6 years ago
- Implemetations of alexnet using Tensorflow on mnist.☆42Updated 6 years ago
- A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on Fashion-MNIST, CIFAR-10, etc.☆71Updated 7 years ago
- Implementation of some basic GAN architectures in Keras☆45Updated 8 years ago
- "NASNet" models in Keras 2.0+ with weights☆199Updated 7 years ago
- Simple implementation of Least Squares Generative Adversarial Networks☆43Updated 8 years ago
- Feed your own image data to a pre-trained network by tensorflow☆168Updated 6 years ago
- tensorflow example of visualizing features from a convnet☆151Updated 9 years ago
- Simple Generative Adversarial Networks for MNIST data with Keras.☆179Updated 3 years ago
- Explored CNNs with TensorFlow to create models for cropped single-digit and original multi-digit images from SVHN dataset.☆70Updated 8 years ago
- Tensorflow implementation of SqueezeNet.☆128Updated 6 years ago
- Blog related code for☆205Updated 3 years ago
- Auxiliary Classifier Generative Adversarial Networks in Keras☆213Updated 7 years ago
- mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)☆109Updated 8 years ago
- Classify MNIST image dataset into 10 classes. Build an image classifier with Recurrent Neural Network (RNN: LSTM) on Tensorflow.☆90Updated 8 years ago
- A Tensorflow(v1.4) implementation of Capsule Networks (Dynamic Routing Between Capsules , https://arxiv.org/abs/1710.09829)☆197Updated 7 years ago
- Cifar-10 CNN implementation using TensorFlow library with 20% error.☆91Updated 5 years ago