saurabhmathur96 / cifar10-classification

Classifying objects into 10 classes using Convolutional and Residual Nets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cifar10-classification

classifying objects into 10 classes.

cifar-10 images

simple.lua

Deep Neural net of 6 fully connected layers in Torch7

convnet.lua

16 layered ConvNet in Torch7 with dropout for Fully connected layers

conv.py

8 layered ConvNet in Keras with dropout after every max-pooling and fully connected layers

res.py

Microsoft's ResNet20 implemented in Keras

About

Classifying objects into 10 classes using Convolutional and Residual Nets.


Languages

Language:Python 57.8%Language:Lua 42.2%