Skip to content

Preay/Dog-Breed-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Dog-Breed-Classification

This notebook build an multi_class image classifer using TensorFlow 2.X and TensorFlow Hub.

Problem

Identifying the breed of a dog given an image of a dog

Data

The data we're using is from Kaggle's dog breed identification competition. https://www.kaggle.com/c/dog-breed-identification/data

Features

I'm using a deep learning/ transfer learning model as we are dealing with images
There are 120 unique breeds of dog to classify the image
There are around 10,000+ images in training set

About

Training model using TensorFlow 2.X so that model can identify the breed of a dog given a image of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors