Giter Club home page Giter Club logo

315-bird-species-image-classification's Introduction

315-Bird-Species-Image-Classification

The dataset contained 315 classes for different Bird Species which were classified. The code Implements 2 CNN architectures :

  1. VGG16 (16 layers)
  2. a Custom designed model (5 layers)

The models are compared in terms of Accuracy and Training Time.

The code further includes:

1. Grad CAM
2. Transfer Learning
3. Data Augmentation

The accuracies achieved are as below:

Model Train Accuracy Test Accuracy
VGG16 0.54% 0.31%
Custom Model 42% 48%

Conclusion

The Custom Model performs better as compared to VGG16 in terms of both accuracy and time, with Custom Model having an accuracy of 58% and training time of 3201 seconds whereas, VGG16 having an accuracy of 0.31% and training time of 4838 seconds. VGG16 is over fitted which was overcome in the Custom Model by adding Dropout Layers and removing the number of convolution layers, hence improved accuracy and less training time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.