formula for computation of validation accuracy.

2 views (last 30 days)
hp
hp on 27 Sep 2021
Answered: Hema Purad on 1 Oct 2021
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

Hema Purad
Hema Purad on 1 Oct 2021

Hema Purad
Hema Purad on 1 Oct 2021

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!