0% found this document useful (0 votes)
24 views1 page

Assignment - ML - Python Developer-2

Uploaded by

zack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

Assignment - ML - Python Developer-2

Uploaded by

zack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment

Part 1:

Build a cat breed image classification model with the architecture specified below.
Dataset - https://www.kaggle.com/ma7555/cat-breeds-dataset

● The classifier should only be trained on these 10 breeds : Bombay, Calico, Burmese, Himalayan,
Munchkin, ragdoll, siberian, British shorthair, Russian Blue, Dilute Calico.
● Any of these frameworks can be used : Tensorflow, Keras, Pytorch, Caffee.
● The classifier should only be built using Inception CNN architecture.
● Evaluation metrics i.e Accuracy, Confusion Matrix, F1 Score, ROC-AUC Score shall be calculated
on test data.
● The entire process should be clearly logged in a Jupyter Notebook and uploaded to a public github
repo, the exact link to this notebook is to be submitted as a result of this assignment.

Note : Split the training dataset provided into Train and Test set of your desired ratio.
Note : You’re not allowed to share the notebook on kaggle kernels.

You might also like