Skip to content

Instantly share code, notes, and snippets.

@smzn
Created July 4, 2019 02:54
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 smzn/3a00c9f39358f4b74375f2d14d6f522d to your computer and use it in GitHub Desktop.
Save smzn/3a00c9f39358f4b74375f2d14d6f522d to your computer and use it in GitHub Desktop.
検証
YPred = classify(net,imdsValidation);
YValidation = imdsValidation.Labels;
accuracy = sum(YPred == YValidation)/numel(YValidation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment