Skip to content

this project is about image classification(CNN) on cifar10 dataset using python library theano on CPU (recommended i5 or i7)

Notifications You must be signed in to change notification settings

TapanBhavsar/Image-classification-CIFAR10-using-theano-on-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Image-classification-CIFAR10-using-theano-on-cpu

this whole project is worked on anaconda2 (any version) for python 2.7 https://www.continuum.io/downloads any OS whatever you choose

step 1: downlaod dataset library for python, the link is: https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz

step 2: important libraries

  1. numpy
  2. theano
  3. PIL(pillow)
  4. lasagne
  5. glob
  6. pickle

step 3: follow isntruction in code specially changing path for datatset and weights file(model.npz)

Note: it will take time around many hours so have patience.

And TA DA after some passing hours you will get trained network and it will also give you prediction on any image

About

this project is about image classification(CNN) on cifar10 dataset using python library theano on CPU (recommended i5 or i7)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages