Skip to content

kartiknautiyal/Binary-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Classifier

First attempt at an image classifier. It is a binary classifier which works on keras module in python

This script uses data from https://drive.google.com/file/d/1dbcWabr3Xrr4JvuG0VxTiweGzHn-YYvW/view The Zip file consists of images of cars and planes. They have been separated into 2 folders of training and test. Further, they have been labeled as 'cars' and 'planes'.

Using this script I was able to achieve a validation accuracy of above 85% consistently after the 15th epoch.

From looking at the graph we can easily conclude that training the model for more number of epochs will result in better accuracy. As the number of epochs will increase, the accuracy will continue to increase. But the validation accuracy will increase till a particular epoch and then start decreasing because the model will start overfitting after that.

Some parameter were changed like:

  1. Batch Size
  2. Number of Epochs

Also added a test set to actually verify if the model was working and results have been updated

About

First attempt at an image classifier. It is a binary classifier which works on keras module in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages