Introduction
In this notebook, we will learn how to classify images of Animals by developing ResNet 50 From Scratch
Load the images.
Visualize the Data distribution of all data.
Develop ResNet 50 From Scratch.
Train The Model.
Graph the training loss and validation loss.
Predict the results.
Confusion Matrix
Classification Report.
Prediction Comparison.