How to see cross validation in trainNetwork?
8 ビュー (過去 30 日間)
古いコメントを表示
where can i see the cross validation while training the Neural network?
I am talking about training Deep neural network using function 'trainNetwork'
0 件のコメント
回答 (1 件)
Anmol Dhiman
2020 年 7 月 26 日
編集済み: Anmol Dhiman
2020 年 7 月 26 日
Hi Krishna,
Cross Validation generates indices for training and testing data. The indices genereted for training can be used to train the network (trainNetwork). Validation of the network can be done from indices generated for testing.
So to do cross validation for a network. first create testing and training data using Cross Validation , train your model using trainNetwork and then test it.
Regards,
Anmol Dhiman
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!