How can I improve the performance prediction of a net in extrapolation
1 次查看(过去 30 天)
显示 更早的评论
Training data are in [minTrain maxTrain], test data are in [minTest maxTest] such as 30% (for instance) of the data are outside the range [minTrain maxTrain]. It is known that neural networks do not work well in extrapolation. How can I improve the network predictions in this case just to have acceptable results. Do you have any idea?
0 个评论
采纳的回答
Greg Heath
2014-11-25
Use whatever info you have to fabricate additional data.
2 个评论
Greg Heath
2014-12-11
Not much more to say. If theory and/or non-training data gives you some idea of data characteristics beyond those limits, use tat info to fabricate training data with those characteristics.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!