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!
