How to see cross validation in trainNetwork?

조회 수: 17 (최근 30일)
krishna Chauhan
krishna Chauhan 2020년 7월 19일
편집: Anmol Dhiman 2020년 7월 26일
where can i see the cross validation while training the Neural network?
I am talking about training Deep neural network using function 'trainNetwork'

답변 (1개)

Anmol Dhiman
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.
Refer this link for similar question.
Regards,
Anmol Dhiman

카테고리

Help CenterFile Exchange에서 Build Deep Neural Networks에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by