Cross -validation implemented in the the nprtool
1 次查看(过去 30 天)
显示 更早的评论
Please let know how is Cross -validation implemented in the the code of classification of patterns at nprtool (Deep Learning Toolbox)?
4 个评论
回答(3 个)
Rishik Ramena
2021-5-26
编辑:Rishik Ramena
2021-5-27
If you want to check the implementations of uncompiled matlab functions, use the type command from the MATLAB command window. For the nprtool,
type nprtool
But this wouldn't work for compiled in-built functions.
3 个评论
Walter Roberson
2021-5-29
Shallow neural networks do not exist in the Statistics and Machine Learning toolbox; they are only in the Deep Learning Toolbox (which used to be named the Neural Network toolbox)
Walter Roberson
2021-6-4
nprtool uses traincsg(), which does not do cross-validation.
Therefore the answer to how Cross-Validation (CV) is done with nprtool is that CV is not done for nprtool.
0 个评论
SM
2022-1-12
Hi,
I think nprtool default cross-validation techniuqe is "hold out". It seems that for k-fold cross validation you should export the script and modify it.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!