Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.9K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Find accuracy for a neural network?

POSTED BY: Maha Youssef
2 Replies

Still the same problem:

In[122]:= NetMeasurements[net, testdata, "Accuracy"]

Out[122]= $Failed
POSTED BY: Maha Youssef
Posted 6 years ago

Hi Maha,

You need to run the trained net on test data to assess the accuracy and other metrics. Split your data into e.g. 80% train, 10% validation and 10% test. Use the train and validation data during training and then run NetMeasurements on the test data. Check the documentation for examples.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard