Neural Network training using LeaveMout cross-validation
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!