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 ExchangeDeep 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