Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 353 Bytes

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.