zonghua94 / mnist
mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)
☆106Updated 7 years ago
Alternatives and similar repositories for mnist:
Users that are interested in mnist are comparing it to the libraries listed below
- RBM/DBN implementation with tensorflow attempt project☆80Updated 8 years ago
- 用Tensorflow实现的深度神经网络。☆139Updated 2 years ago
- Classify MNIST image dataset into 10 classes. Build an image classifier with Recurrent Neural Network (RNN: LSTM) on Tensorflow.☆89Updated 8 years ago
- Implementation of the stacked denoising autoencoder in Tensorflow☆203Updated 6 years ago
- MNIST classification using Convolutional NeuralNetwork. Various techniques such as data augmentation, dropout, batchnormalization, etc ar…☆200Updated 6 years ago
- Experimenting with RBMs using scikit-learn on MNIST and simulating a DBN using Keras.☆33Updated 7 years ago
- http://learnandshare645.blogspot.hk/2016/06/3d-cnn-in-keras-action-recognition.html☆70Updated 8 years ago
- This is an implementation of Convolutional AutoEncoder using only TensorFlow☆119Updated 5 years ago
- A feature extractor based on Python 3, Tensorflow, and Scikit-learn created to improve the SVM accuracy to classify the MNIST dataset fas…☆70Updated 2 years ago
- a implement of LSTM using Keras for time series prediction regression problem☆220Updated 8 years ago
- BLS Code☆122Updated 6 years ago
- The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).☆179Updated 7 years ago
- ☆89Updated 6 years ago
- This is a matlab-code implementation of convolutional neural network☆98Updated 8 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆149Updated 6 years ago
- The examples of image recognition with the dataset CIFAR10 via tensorflow.☆130Updated 6 years ago
- TensorFlow实现Kaggle猫狗大战☆57Updated 7 years ago
- A practical example on how to combine both a CNN and a RNN to classify images.☆53Updated 7 years ago
- HoG, PCA, PSO, Hard Negative Mining, Sliding Window, Edge Boxes, NMS☆169Updated 3 months ago
- 深度学习入门的一些简单例子☆355Updated 6 years ago
- Models built with TensorFlow☆34Updated 7 years ago
- cnn+rnn: vgg(vgg16,vgg19)+rnn(LSTM, GRU), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU), inception_v4+rnn(LSTM, GRU)…☆65Updated 6 years ago
- ☆32Updated 8 years ago
- In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…☆98Updated 6 years ago
- Finetuning AlexNet, VGGNet and ResNet with TensorFlow☆198Updated 3 years ago
- Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST.☆78Updated 7 years ago
- Some samples of the MNIST classifier.☆121Updated 6 years ago
- 用 MATLAB 实现深度学习网络中的 stacked auto-encoder:使用AE variant(de-noising / sparse / contractive AE)进行预训练,用BP算法进行微调☆42Updated 8 years ago
- Simple Python Adaboost Implementation☆25Updated 4 years ago