NN Data Fitting - minimum

조회 수: 3 (최근 30일)
LuC
LuC 2016년 4월 11일
댓글: LuC 2016년 4월 22일
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?

채택된 답변

Greg Heath
Greg Heath 2016년 4월 12일
See the help and doc documentation for
1. min
2. max
3. minmax
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (1개)

LuC
LuC 2016년 4월 19일
Thank you.
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 such as GA?
  댓글 수: 2
Greg Heath
Greg Heath 2016년 4월 20일
I do not see a NN being appropriate for those type of tasks.
Greg
LuC
LuC 2016년 4월 22일
So I should try with the Global Optimisation Tools?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by