ganyc717 / LeNet
Implement the LeNet using tensorflow to recognize handwritten number. Training with MNIST.
☆78Updated 7 years ago
Alternatives and similar repositories for LeNet:
Users that are interested in LeNet are comparing it to the libraries listed below
- an implement of AlexNet with tensorflow, which has a detailed explanation.☆149Updated 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
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- The implementation is not completely based on CS231n assignment, In particular, I reconstruct the code according to my own ideas☆15Updated 8 years ago
- some real example of machine learn algorithm☆65Updated 3 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)…☆66Updated 6 years ago
- TensorFlow实现Kaggle猫狗大战☆57Updated 7 years ago
- This application uses LIBSVM and PIL to perform image classification on a set of images.☆88Updated 9 years ago
- Training a convolutional neural network using own picture dataset☆101Updated 5 years ago
- mnist classification with tensorflow ( nn, cnn, lstm, nlstm, bi-lstm, cnn-rnn)☆107Updated 7 years ago
- 使用TensorFlow实现AlexNet做图像识别☆50Updated 8 years ago
- Implemetations of alexnet using Tensorflow on mnist.☆42Updated 6 years ago
- LBP级联+CNN 回归定位车牌☆115Updated 7 years ago
- Finetuning AlexNet, VGGNet and ResNet with TensorFlow☆198Updated 3 years ago
- Implementation of "Learning Efficient Convolutional Networks through Network Slimming" (ICCV2017)☆12Updated 6 years ago
- YOLO-v2, ResNet-32, GoogLeNet-lite☆35Updated 5 years ago
- 简单实现VGG16☆59Updated 6 years ago
- YOLOv1检测过程的Tensorflow实现☆31Updated 6 years ago
- SSDSingle Shot MultiBox Detector目标检测算法基于tensorflow的实现☆101Updated 7 years ago
- My implementation of RCNN for the Flower Dates☆63Updated 6 years ago
- ☆91Updated 6 years ago
- YOLOv2检测过程的Tensorflow实现☆95Updated 6 years ago
- ☆83Updated 7 years ago
- 卷积神经网络之LeNet-5实现 The LeNet-5 Implementation of Convolutional Neural Network☆45Updated 8 years ago
- 用Keras搭建多种模型和优化方式训练cifar10分类☆26Updated 6 years ago
- The examples of image recognition with the dataset CIFAR10 via tensorflow.☆130Updated 6 years ago
- Tensorflow implementation of VGG 16 and VGG 19☆100Updated 6 years ago
- TensorFlow implementation of GoogLeNet and Inception for image classification.☆287Updated 4 years ago
- Create your own dataset with the similar format with CIFAR10 in python version.☆87Updated 7 years ago
- The Tensorflow with tflearn implementation of the RCNN model.☆179Updated 7 years ago