Confusion matrix

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 .

Hi @SHAHID_KAMAL

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.

Best