Giter Club home page Giter Club logo

image-classification-template's Introduction

Object Classification

Image Classification (or Image Identification) is one of the pilot use cases for deep learning. The goal of the task is to train a model capable of identifying the main object of interest in an image. What can you use it for? Here are a few ideas - identify landmarks in photos, ImageNet challenge, identifying celebrities (or yourself) in images, detecting anomalies in medical images.

Try it now

Run on FloydHub

Click this button to open a Workspace on FloydHub that will train this model.

Dog Breed Classification

In this notebook, we will build a model to identify dog breeds in an image. How well you can tell your Norfolk Terriers from your Norwich Terriers?

Classification

We will use the Kaggle's Dog Breed Dataset dataset for training. With 120 breeds of dogs and a limited number training images per class, you might find the problem more, err, ruff than you anticipated.

To speed things up, we will apply Transfer Learning by building new layers on top of the Xception model pre-trained on ImageNet to classify the top 10 dog breeds. Note: We have reduced the number of classes (i.e. dog breeds) to 10 to fit the model in a CPU machine.

We will:

  • Preprocess images data for computer vision tasks
  • Transfer Learning: build new layers on top of the pretrained Xception model using Keras and Tensorflow
  • Evaluate our model on the test set
  • Run the model on new dog images from the web!

image-classification-template's People

Contributors

redeipirati avatar whatrocks avatar saiprashanths avatar narenst avatar houqp 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.