Test data in ann
显示 更早的评论
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?
回答(1 个)
Ameer Hamza
2020-6-5
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 个评论
Yudawan Hidayat
2020-6-6
Ameer Hamza
2020-6-6
Read about confusion matrix: https://en.wikipedia.org/wiki/Confusion_matrix
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
