using 520 samples train 519 and test 1 using LOOCV
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!