Interpolation and extrapolation using 2 layer feed-forward NN
古いコメントを表示
I am training a 2-layer 10 neuron feed-forward NN using available experimental data. The data could be approximated by function
output = exp (-x*y/(1+x*y))
The network gives a good fit to the experimental data but fails while extrapolating. The accompanying graph shows available experimental data with markers (output as function of x and y) and ANN predictions with continuous lines. Predictions deviate at higher values of y.
How to overcome this problem?

回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!