NN Data Fitting - minimum
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
LuC
2016 年 4 月 19 日
0 投票
2 件のコメント
Greg Heath
2016 年 4 月 20 日
I do not see a NN being appropriate for those type of tasks.
Greg
LuC
2016 年 4 月 22 日
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!