Test data in ann
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
can you help me please, i'm new in ann
I have done training data for ann, then get the following results
how to test with new data?
0 Kommentare
Antworten (1)
Ameer Hamza
am 5 Jun. 2020
See perform function(): https://www.mathworks.com/help/releases/R2020a/deeplearning/ref/perform.html
If you want to calculate the output for a new data point, you can use ann object as a function
trained_ann(test_data_point)
2 Kommentare
Ameer Hamza
am 6 Jun. 2020
Read about confusion matrix: https://en.wikipedia.org/wiki/Confusion_matrix
Siehe auch
Kategorien
Mehr zu Hypothesis Tests 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!