Test data in ann
1 次查看(过去 30 天)
显示 更早的评论
can you help me please, i'm new in ann
I have done training data for ann, then get the following results
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/310283/image.jpeg)
how to test with new data?
0 个评论
回答(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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Hypothesis Tests 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!