Neural Network training using LeaveMout cross-validation
이전 댓글 표시
I have data for 8 different environmental variables (Input.mat ; please see attachment), using which I want to predict a new parameter (Target.mat ; please see attachment). I have Input and Training data for 22 dates. I need a Neural Network (NN) through which I can predict the values of the targets. As I don't have much data for dividing it into three parts (i.e. Training, Validation and Test), so I need a NN to use the a LeaveMout cross validation method to give me the best Neural Network for the prediction of the desired targets. Currently, I have been using the attached code (NN_Environ.m ; please see attachment) for the NN training but I am not sure how can I introduce the "LeaveMout" cross validation method for the said problem. I don't know how to code it in MATLAB, your help will be appreciated. Any suggestions regarding the usage of other cross-validation method which could work best for my problem are welcome.
Thanks and Regards, Majid
채택된 답변
추가 답변 (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!