Interpolation and extrapolation using 2 layer feed-forward NN
Mostrar comentarios más antiguos
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?

Respuestas (0)
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!