Interpolation and extrapolation using 2 layer feed-forward NN
Ältere Kommentare anzeigen
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?

Antworten (0)
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!