Interpolation and extrapolation using 2 layer feed-forward NN
Show older comments
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?

Answers (0)
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!