neural nework validation accuracy calculation
显示 更早的评论
I am currently training a CNN to do modulation classification using NN toolbox. The validation accuracy reported by matlab through the training progress window is approximated 50% at the end of training. But when I tested the accuracy myself using the trained network with the validation data set, it's only about 20% to 25%. This is calculated as (num of correct classification / overall number of tests).
How does matlab calculate the validation accuracy? Where can I find more information? Thanks.
1 个评论
Greg Heath
2018-2-14
Equations speak louder than words:
SPEAK!
o o
v
~~~~~
回答(1 个)
Joy
2018-2-15
3 个评论
Joy
2018-2-20
Don Mathis
2019-2-19
Could you post your network layers and training options?
Jon Cherrie
2019-2-19
This could be the same issue as this one:
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!