formula for computation of validation accuracy.

i want to how validation accuracy is computed in CNN.
Can you give me the formula for validation accuracy?plz

답변 (3개)

hp
hp 2021년 9월 28일
편집: hp 2021년 9월 30일

1 개 추천

VA=sum(TF==TL)/count(TL)
where VA= validation accuracy and TF=test features and TL=test labels

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

hp
2021년 9월 27일

답변:

2021년 10월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by