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

Answers (3)

hp
hp on 28 Sep 2021
Edited: hp on 30 Sep 2021
VA=sum(TF==TL)/count(TL)
where VA= validation accuracy and TF=test features and TL=test labels

Categories

Asked:

hp
on 27 Sep 2021

Answered:

on 1 Oct 2021

Community Treasure Hunt

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

Start Hunting!