I have used the built-in function called 'divideint' to divide my data for training, validation, and testing. Want to know if the data is randomly picked for training.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
The code for dividing the data into training, validation, and testing that I used is
model.divideFcn = 'divideint';
I have 4800 experimental data points. I want to know how these data points are used for training, validation, and testing. Is 70% of the data randomly picked for training. In the mathworks, it is mentioned that 'divideint' works by dividing the data using an interleaved selection. What that means. I want to know which data points are utilized for which purpose exactly.
Thank you!
0 commentaires
Réponses (1)
Mandar
le 9 Fév 2023
You can type the following command in the command window to know more about the function parameters such as inputs, outputs and process followed to accomplish the outputs. The following information is observed in MATLAB R2022a in addition to documentation.
help divideint
0 commentaires
Voir également
Catégories
En savoir plus sur Define Shallow Neural Network Architectures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!