All Projects → jerett → Keras-CIFAR10

jerett / Keras-CIFAR10

Licence: other
practice on CIFAR10 with Keras

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras-CIFAR10

Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+13724%)
Mutual labels:  vgg, resnet, googlenet
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (+436%)
Mutual labels:  vgg, resnet, cifar10
neural-dream
PyTorch implementation of DeepDream algorithm
Stars: ✭ 110 (+340%)
Mutual labels:  vgg, resnet, googlenet
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+192%)
Mutual labels:  vgg, resnet, googlenet
DeepNetModel
记录每一个常用的深度模型结构的特点(图和代码)
Stars: ✭ 25 (+0%)
Mutual labels:  vgg, resnet, googlenet
Imagenet
Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)
Stars: ✭ 134 (+436%)
Mutual labels:  vgg, resnet
Sceneclassify
AI场景分类竞赛
Stars: ✭ 169 (+576%)
Mutual labels:  vgg, resnet
CS231n
My solutions for Assignments of CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 30 (+20%)
Mutual labels:  svm, cifar10
CNN-models
YOLO-v2, ResNet-32, GoogLeNet-lite
Stars: ✭ 32 (+28%)
Mutual labels:  resnet, googlenet
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+3828%)
Mutual labels:  vgg, resnet
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (+1480%)
Mutual labels:  svm, resnet
LibtorchTutorials
This is a code repository for pytorch c++ (or libtorch) tutorial.
Stars: ✭ 463 (+1752%)
Mutual labels:  vgg, resnet
Pruning filters for efficient convnets
PyTorch implementation of "Pruning Filters For Efficient ConvNets"
Stars: ✭ 96 (+284%)
Mutual labels:  vgg, cifar10
CNN-Series-Getting-Started-and-PyTorch-Implementation
我的笔记和Demo,包含分类,检测、分割、知识蒸馏。
Stars: ✭ 49 (+96%)
Mutual labels:  vgg, googlenet
Ai papers
AI Papers
Stars: ✭ 253 (+912%)
Mutual labels:  vgg, resnet
Imagenet
This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet, vgg, resnet, squeezenet, densenet)
Stars: ✭ 126 (+404%)
Mutual labels:  vgg, resnet
Classification models
Classification models trained on ImageNet. Keras.
Stars: ✭ 938 (+3652%)
Mutual labels:  vgg, resnet
Vgg16 Pytorch
VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset
Stars: ✭ 26 (+4%)
Mutual labels:  vgg, resnet
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+100%)
Mutual labels:  svm, softmax-regression
ReZero-ResNet
Unofficial pytorch implementation of ReZero in ResNet
Stars: ✭ 23 (-8%)
Mutual labels:  resnet, cifar10

Keras for CIFAR10

This project demonstrates some personal examples with Keras on CIFAR10.


Introduction


The CIFAR10 dataset is 32x32 size, 50000 train images and 10000 test images. The dataset is divided into 40000 train images, 10000 validation images, and 10000 images.

Result

All result is tested on 10000 test images.You can view and run in the jupyter environment.

Model Notebook Accuracy
SVM svm 33.36%
Softmax softmax 33.11%
simple_cnn simple_cnn 66.75%
vgg vgg 92.32%
inceptionV1 GoogLeNet 93.08%
ResNet18 resnet18 93.47%
small-ResNet20 small_resnet20 91.25%
small-ResNet32 small_resnet32 92.34%
small-ResNet56 small_resnet56 92.37%
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].