The confusion matrix is not covered in this course . Mentors can you tell me how to plot confusion matrix of multi class image classification in tensorflow .
This is a good question, yet the TensorFlow documentation explains well how the tf.math.confusion_matrix
works. The confusion Matrix
Accompanied with some helpful tutorials I think it can help you out.
- How to solve a problem on Kaggle with TF-Hub
- Fine tuning models for plant disease detection
- Simple audio recognition: Recognizing keywords
Best