Different training results for neural network when using full dataset versus partial dataset
Afficher commentaires plus anciens
I'm training a network using 'narxnet' and 'train'.
My training data is a part of a larger dataset. These are the two scenarios in which I get different results.
- Trim the dataset so the entire input data is the training data. 'trainInd' = the entire dataset; no validation or test indices are provided
- Use the entire dataset, but specify the training data by 'trainInd' (using the indices of the exact data from scenario 1); no validation or test indices are provided
The training terminates at the same conditions, and I'm using the same dataset, but I get different results. I've also experimented with adjusting the training data indices in scenario 2 based on # of delays specified with no luck.
Does anyone have any insight ino what might be causing this? (I'm aware with the issues of not specifying validation data, I'm just trying to replaicate behavior at the moment).
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Function Approximation and Nonlinear Regression dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!