Skip to content

Classify various dog breeds given the dataset from Kaggle

Notifications You must be signed in to change notification settings

rajath95/Dog-breed-classification

Repository files navigation

Preprocessing of data

Organized the images into the respective folders using preprocessing function named folder_creation()

Image classification of data

I used transfer learning method for this classification. For this I used retrain.py function released by Tensorflow for retraining a given model.

I used the default parameters for training the model-

Model used: Inception v3.0

Training_steps: 4,000

Learning_rate: 0.01

Testing_percentage: 10

Valiation_percentage: 10

Batch size for training: 100

Inference data

I have created an inference file for testing the model

python inference.py filename.jpg

About

Classify various dog breeds given the dataset from Kaggle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published