Look inside
In this liveProject, you’ll implement model performance metrics that can test the effectiveness of your models. You’ll calculate accuracy, precision, F1 score and recall values from the classification results for an existing model, and then estimate the ROC curve and AUC value. Finally, you’ll create a Gradient Class Activation Map. This map can highlight features and regions in an image that the deep learning model finds important, and manually inspect whether the model is performing in the desired way.
This project is designed for learning purposes and is not a complete, production-ready application or solution.