using 520 samples train 519 and test 1 using LOOCV
显示 更早的评论
hi i have 3600x520 matrix (b) for patterns and a 26x520 matrix (t) for targer values
i want to train a perceptron using newp(), train() and want to use LOOCV for the testing
520 are samples and 3600 is number of pixels
now im not clear on this part, i think i need to train the net for 519 patterns and test it with the one it leaves out
it will take a long long time so i think im wrong on that
first i need to know how LOOCV works
and how to implement it on this problem
thank you
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!