NN Data Fitting - minimum
Ältere Kommentare anzeigen
I did the data fitting with neural networks and I got the function that looks very nice, i.e. there is a unique minimum and maximum on a given domain. How can I find the minimum and maximum?

EDIT: Added questions:
How would it be possible to find the x-axis and y-axis intercepts, i.e. f(x) = 0 and f(0)?
Furthermore, I want to estimate these data with the following model y = Dsin[C cos{(1 − E)Bx + E cos(Bx + 1)}]
How can I estimate parameters B, C, D and E (not constants) using NNs? Or it would be better to use Global Optimisation Algorithms, for instance GA?
Akzeptierte Antwort
Weitere Antworten (1)
LuC
am 19 Apr. 2016
0 Stimmen
2 Kommentare
Greg Heath
am 20 Apr. 2016
I do not see a NN being appropriate for those type of tasks.
Greg
LuC
am 22 Apr. 2016
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!