ANN PREDICTION EARLY STOPPING PROBLEM LEADING TO POOR PEFORMANCE.
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am prediction the torque output at propellor shaft with 3 inputs. I have 2 data sets.
Problem:
I can train both the data sets seperately with a good R squared value, but they perform poorly when tested on the other set.
To solve this I started training on first data set with a 90 % training data from first set and a 10% Validation set ,10% test set from the seond data set.
This gives me a good prediction accuracy but upto a certain limit, Rsquared= 0.75 (between the test, training and validation set).
But as i add more layers or include more neurons, the training stops due to early stopping. Which results in poor performance on all the datasets.
I am unable to improve accuracy.
Please help.
0 个评论
回答(1 个)
Vineet Joshi
2021-10-26
Hi!
Easy stopping usually happens when the models performance is not increasing despite continous backpropagation steps.
Keeping this in mind, there are two ways you can workaround your problem.
Firstly you can change the network architecture and make it such that the model is able to continously improve as training progresses.
Second you can change the criterion of early stopping and make a criterion suitable for your use case.
Kindly refer to the following MATLAB answer link for more information on this.
Hope this helps.
Thanks
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!