is my neural network properly trained ?
2 次查看(过去 30 天)
显示 更早的评论
Hello i have a feature vector of 12455x400 matrix and out put target of 40x400 matrix .I am training using patternent and fucntion is trainscg for face recognition using local binary pattern. I hve 400 images which have 40 individuals in them. This is my neural network output .
8.333 mis classifications means it had identified almost all other ~92% of images in the test set of 60 images?
0 个评论
采纳的回答
Greg Heath
2016-7-17
Yes.
However, isn't there any way to use feature extraction to reduce your input dimension below 12455 ???
Can patternnet really handle vectors that long?
Thank you for formally accepting my answer
Greg
3 个评论
Greg Heath
2016-7-19
Inputs that can be approximated by combinations of other inputs should be removed.
In particular, it is those that can be approximated by LINEAR combinations of other inputs that cause the most trouble.
Typically, the larger the number of known input/output PAIRS the better the classification.
Hope this helps.
Thank you for formally accepting my answer
Greg
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!