Skip to content

MountainMan12/Image-Classification-using-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image classification using deep learning

Libraries: keras, matplotlib, sys

Language: Python 3.7.4

Dataset: CIFAR-10

Paramteres:

  1. Learning rate = 0.001
  2. momentum = 0.9
  3. Loss function = Categorical cross entropy
  4. epochs = 100
  5. batch size = 64

Validation accuracy of the model = 84.6%

About

Deep learning in keras for image classification of CIFAR-10 dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages