Giter VIP home page Giter VIP logo

dog-breed-classifier's Introduction

Using Deep Learning to Classify Dog Breeds from Images

This project looks to implement a deep learning model in order to classify dog breeds from labeled images of dogs. Using deep learning with convolutional neural networks (CNNs) in particular, we will build both a scratch-made CNN as well as using transfer learning to implement a CNN that uses the pre-created Inception architecture.

For more details on this project, please check out this Medium blog post: https://medium.com/@dkhundley/using-deep-learning-to-classify-breeds-of-dogs-from-images-2b026ea03436

The blog post is outlined as follows:

  • Introduction
  • Project Overview
    • Problem Statement
    • Datasets / Inputs
    • Evaluation Metrics
  • What is Deep Learning?
    • Neural Networks
    • Convolutional Neural Networks (CNNs)
    • Transfer Learning
  • Creating Our Deep Learning Model
    • Data Pre-Processing
    • Implementation: CNN Built from Scratch
    • Refinement: CNN Built Using Transfer Learning
  • Analyzing the Results
    • Evaluation & Validation
    • Justification
  • Conclusion
    • Improvement
    • Reflection

Installations

The project makes use primarily of Python code within a Jupyter Notebook. For datasets, the project uses Scikit-Learn to import dog images as well as glob for the human face images. For the CNN architecture, this project uses Keras backed by TensorFlow.

PLEASE NOTE that this work was completed in a GPU-enabled workspace provided by Udacity. It is not recommended to run this project on a general CPU due to computational limitations.

File Descriptions

This tree describes all the files included as part of this project. Due to file size restrictions, some files (like the bottleneck features) have not been uploaded to this GitHub repository.

  • images: This file contains all the practice images used within the Jupyter notebook as well as other images that Udacity included as samples from the notebook.
  • saved_models: This file contains the saved models as run and created from the code within the Jupyter notebook.
  • dog_app.ipynb: This notebook contains all the work completed for this project.
  • dog_app.html: This is a basic HTML file output of the same Jupyter notebook above.
  • LICENSE.txt: This contains the license information for items used within this project.

Acknowledgements

A very special thanks to Udacity for all the inputs, datasets, and guidance provided for this project!!

dog-breed-classifier's People

Contributors

dkhundley avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.