Skip to content
Advertisement

How to plot the accuracy and and loss from this Keras CNN model? [duplicate]

The code below is for my CNN model and I want to plot the accuracy and loss for it, any help would be much appreciated. I want the output to be plotted using matplotlib so need any advice as Im not sure how to approach this. Two plots with training and validation accuracy and another plot with training and validation loss.

JavaScript

Advertisement

Answer

this worked for me when worked on CNN model:

JavaScript

you can see the image of plot

here

Advertisement