Different training results for neural network when using full dataset versus partial dataset
이전 댓글 표시
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).
채택된 답변
추가 답변 (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!