can I see testing accuracy and loss graph in Neural network, like training graph?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
krishna Chauhan
am 22 Jul. 2020
Kommentiert: krishna Chauhan
am 13 Sep. 2020
In classify() function can i set parameters to plot graph for testing accuracy and loss?
also what if I have not provided any validation data ie i have done two partions only training and test. Is there any problem?
0 Kommentare
Akzeptierte Antwort
Raunak Gupta
am 12 Aug. 2020
Hi Krishna,
I assume by graph of the testing accuracy and loss; you mean epoch wise plot of the parameters for testing data. I think if you want to get the values for the testing data it is required to pass the data while training itself so that prediction can be made at every epoch and accordingly mini-batch accuracy and loss can be updated.
So essentially you need to pass testing data as validation data for calculating the accuracy and loss epoch wise.
For second question, it is completely fine to skip the validation data.
Hope this clarifies.
7 Kommentare
Raunak Gupta
am 11 Sep. 2020
Hi,
What is the typical difference you are seeing between different runs? If the difference is small, it may be due to the shuffling of the training data that happens between every epoch or at the very start of the training.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!