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

Assignment - ML - Python Developer-2

The document provides instructions for an assignment to build a cat breed image classification model using the Inception CNN architecture and specific cat breeds. The model is to be trained on a publicly available dataset and evaluation metrics like accuracy, confusion matrix, F1 score and ROC-AUC score are to be calculated on test data. The process is to be documented in a Jupyter notebook and uploaded to a public GitHub repo with the link submitted.

Uploaded by

Vanraj Makwana
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)
31 views1 page

Assignment - ML - Python Developer-2

The document provides instructions for an assignment to build a cat breed image classification model using the Inception CNN architecture and specific cat breeds. The model is to be trained on a publicly available dataset and evaluation metrics like accuracy, confusion matrix, F1 score and ROC-AUC score are to be calculated on test data. The process is to be documented in a Jupyter notebook and uploaded to a public GitHub repo with the link submitted.

Uploaded by

Vanraj Makwana
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