Skip to content

alnbvy/InceptionV3_transfer_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image classification using transfer learning

Table of Contents

General Information

  • The goal of the project is to develop a model to perform binary image classification using CNN
  • Firstly, I am using a simple CNN model

CNN

  • The dataset is horse vs human.
  • As you can see in the results, the preprocessing techniques used in augmenting the data did not help much in the results. The validation accuracy is fluctuating and not trending up like the training accuracy. This might be because the additional training data generated still do not represent the features in the validation data.
  • Therefore, improvement is made by using transfer learning using Inception V3 model. This model achives an accuracy of 99.9% on the first epoch.

Results

Train

Technologies Used

  • Python
  • Tensorflow
  • Pandas
  • Matplotlib
  • Keras

Contact

Created by Miralireza Nabavi - feel free to contact me!

About

Image classification using transfer learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors