Skip to content

implemented classification with 3 classes, used Convolutional Neural Network (CNN) for image processing and classification.

Notifications You must be signed in to change notification settings

parsa-k/image-classification-with-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image processing with CNN

  • used python 3
  • used Keras and tensorflow libraries
  • classification with 3 classes. note that you can implement this code to more than 3 classes but should change the dimension of "softmax" output.
  • Accuracy of CNN= 0.91
  • The input folder is for your desire image that hasn't been in train or validation images.

About

implemented classification with 3 classes, used Convolutional Neural Network (CNN) for image processing and classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages