Multiclass-Image-Classification-TF-RestNet

Project Description

This is a Transfer learning based approach to predict the class of an image (cat, dog or panda) by fine-tuning RestNet50 using Tensorflow/ Keras with multi GPU dsitributed training on the Zoo dataset.

This notebook is part of my deep learning DAAN 570 class, I used a AWS sagemaker instance for multi GPU runtime training and S3 for initial storage.

Dataset shape

Images of dogs, cats and pandas

| Dogs | Cats | Pandas | | :-------------: | :-------------:| | 1,000 | 1,000 | 1,000 |

Sources:

Resources