Using DeepLearning Toolbox to approximate function - possible?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hey everyone,
I want to approximate a function f(x). I tried the NNTool and it worked - but not with the activation-function and transfer-function I want to use.
So I wanted to try the DeepLearning Toolbox. I created the network but I have problems with my data. I have just a simple function like f(x)=x^2 and the data x and f(x)=y. What kind of input-Layer I have to choose? And how do I have to prepare my data?
Regards
0 Kommentare
Antworten (1)
Mahesh Taparia
am 17 Okt. 2020
Hi
If the input output relation is known, then it straight forward to use that relation and estimate the result. In your case, it seems its straight forward.
Even if you want to use learning based approach, you can use the feedforwardnet. For more information, refer this documentation. Hope it will help.
2 Kommentare
Mahesh Taparia
am 19 Okt. 2020
Hi
If this is the case, then you can use the fully connected layer followed by activations and the classification/ regression layer depending upon the task. You can refer here for an example.
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!