Skip to content

valiferst/Image-Classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classification Fork

I forked this repository for my own purposes, to get used to git version controll. This is a slightly changed version of the introductionary deep-learning example of image recognition with Keras and the Keras dataset cifar-10.

PyPI - Python Version GitHub last commit GitHub code size in bytes GitHub Repo stars GitHub watchers

Image recognition implementation with Keras. A CNN is built and trained with the CIFAR-10 dataset. Two models are trained: one without data-augmentation (77.25% accuracy) and the other with data-augmentation (78.04% accuracy). Process:

image_recognition.py

  • Data processing: one-hot encoding and scaling
  • Building and training the CNN
  • Training the model
  • Training process evaluation
  • Evaluation of the model
  • Saving the trained model

my_image_recognition.py

  • Loading the trained model
  • Predicting on the test set
  • Evaluation of the predictions
  • Predicting on my own images

Followed Course

Predicting on my own images

Some are correct ✔️ some are not ❌

            
            
            
            
            
            

About

Image classification with machine learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%