Giter VIP home page Giter VIP logo

stanford-dogs-dataset's Introduction

Stanford-Dogs-Dataset

About the Dataset :

The Stanford Dogs dataset contains images of 120 breeds of dogs from around the world. This dataset has been built using images and annotation from ImageNet for the task of fine-grained image categorization. It was originally collected for fine-grain image categorization, a challenging problem as certain dog breeds have near identical features or differ in colour and age.

  • Number of categories: 120
  • Number of images: 20,580

Solution :

Hey Reader,the py file of the solution can be found with the name " Stanford_dogs_py ".

In the py file , the commented section in the starting containes the pre-processing codes required to set up the google colab notebook as per requirements :

  • Installing kaggle and setting up an API
  • Downloading the dataset zip file directly from the kaggle
  • Unziping the dataset

My core solution is based upon the concept of transfer learning using the Inception V3 model.

Random Sample of images from 120 classes :

Argumented sample :

Following Data Arguments were applied -

  • Horizontal Flip
  • Random Rotation
  • Rescaling
  • Random Height
  • Random Width

Final model consisted of the following layers :

  • Inception V3
  • Global Max Pooling
  • Dropout
  • Dense( Final output layer )

The parameters used were derived by various combinations of trial and error over the days.

Training Vs Validation ( Accuracy and Loss )

stanford-dogs-dataset's People

Contributors

harmannsinghmann avatar

Stargazers

 avatar jaskaran singh avatar

Watchers

 avatar

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.