Skip to content

Instantly share code, notes, and snippets.

@ehzawad
Created October 3, 2020 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehzawad/92b9d5b3f57512f806a92b3fff20b60c to your computer and use it in GitHub Desktop.
Save ehzawad/92b9d5b3f57512f806a92b3fff20b60c to your computer and use it in GitHub Desktop.
trueLabels = imgsValidation.Labels;
[YPred, probs] = classify(trainedAN, augimgsValidation);
accuracy = mean(YPred == trueLabels);
plotconfusion(trueLabels, YPred)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment