I am running a Keras model on the Breast Cancer dataset. I got around 96% accuracy with it, but the confusion matrix is completely off. Here are the graphs: And here is my confusion matrix: The matrix is saying that I have no true negatives and they’re actually false negatives, when I believe that it’s the reverse. Another thing that
Tag: confusion-matrix
How to Calculate Confusion Matrix on test Data?
I want to plot a confusion matrix on the validation data. Specifically, I want to calculate a confusion matrix of the model output on the validation data. I tried everything online, but couldn’t …
Confusion Matrix in transfer learning with keras
I was going to draw confusion matrix in my model and I used Transfer learning concept based on Deep Learning model. Confusion Matrix’s code def plot_confusion_matrix(cm, classes, normalize=False,title=…