NN Data Fitting - minimum
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
LuC
el 11 de Abr. de 2016
Comentada: LuC
el 22 de Abr. de 2016
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?
0 comentarios
Respuesta aceptada
Greg Heath
el 12 de Abr. de 2016
See the help and doc documentation for
1. min
2. max
3. minmax
Hope this helps.
Thank you for formally accepting my answer
Greg
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!