JosieHong / CNNs_for_classifing_CIFAR10
An implement of LeNet, AlexNet, VGG16, GoogLeNet and ResNet with Tensorflow.
☆35Updated 5 years ago
Alternatives and similar repositories for CNNs_for_classifing_CIFAR10:
Users that are interested in CNNs_for_classifing_CIFAR10 are comparing it to the libraries listed below
- CNN to classify the cifar-10 database by using a vgg16 trained on Imagenet as base.☆28Updated 6 years ago
- This repo is an implementation of quantized CNN for both weights (1-bit compression) and feature maps (2-bit compression).☆18Updated 6 years ago
- Create your own dataset with the similar format with CIFAR10 in python version.☆87Updated 7 years ago
- High-acc(>0.7) model(ResNet, ResNeXt, DenseNet, SENet, SE-ResNeXt) on TensorFlow.☆123Updated 5 years ago
- Train DenseNet on Cifar-10 based on Keras☆41Updated 4 years ago
- pytorch implementation of network-in-network model on cifar10☆51Updated 6 years ago
- practice on CIFAR10 with Keras☆41Updated 6 years ago
- VGG16 models for CIFAR-10 and CIFAR-100 using Keras☆224Updated 3 years ago
- Visualization CNN model by Keras.☆73Updated 6 years ago
- tensorflow->BCNN + pytorch -> vgg16/resnet/BCNN☆92Updated 5 years ago
- data augmentation on python☆35Updated 7 years ago
- Implementation of Matthew D. Zeiler's Paper "Visualizing and Understanding Convolutional Neural Networks" [https://cs.nyu.edu/~fergus/pap…☆68Updated 7 years ago
- Compress neural network with pruning and quantization using TensorFlow.☆106Updated 6 years ago
- Grad-CAM implementation in Keras☆19Updated 6 years ago
- ZFNet (or ZF-Net) implementation by Tensorflow.☆26Updated 6 years ago
- It contains the Attention-56 and Attention-96 models built from scratch in keras. Residual Attention Networks are described in the paper …☆38Updated 6 years ago
- ☆9Updated 7 years ago
- Everything about resnet in the video you can find here☆41Updated 7 years ago
- Pytorch version for weight pruning for Murata Group's CREST project☆57Updated 7 years ago
- TensorFlow implementation of "Very Deep Convolutional Networks for Large Scale Image Recognition", model fine-tuned and adapted for CIFAR…☆25Updated 7 years ago
- Tensorflow code for training different architectures(DenseNet, ResNet, AlexNet, GoogLeNet, VGG, NiN) on ImageNet dataset + Multi-GPU supp…☆169Updated 6 years ago
- Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)☆159Updated 7 years ago
- here is my implementation of the basic googLeNet describe in the paper "Going Deeper with Convolutions" in keras☆39Updated 7 years ago
- implementation of Iterative Pruning for Deep neural network [Han2015].☆40Updated 6 years ago
- resnet_cifar10_cifar100_imagenet☆13Updated 6 years ago
- TensorFlow implementation of AlexNet and its training and testing on ImageNet ILSVRC 2012 dataset☆160Updated 6 years ago
- Simple Tensorflow implementation of pre-activation ResNet18, 34, 50, 101, 152☆181Updated 6 years ago
- For the CIFAR-10 dataset, extracting HOG features and using SVM classifier to classify them, at last, we get the accuracy.☆43Updated 5 years ago
- tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)☆106Updated 6 years ago
- Baseline classifiers on the polluted MNIST dataset, SJTU CS420 course project☆68Updated 6 years ago