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

Réponses (3)

hp
hp le 28 Sep 2021
Modifié(e) : hp le 30 Sep 2021

1 vote

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

Catégories

Question posée :

hp
le 27 Sep 2021

Community Treasure Hunt

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

Start Hunting!

Translated by