필터 지우기
필터 지우기

Using DeepLearning Toolbox to approximate function - possible?

조회 수: 3 (최근 30일)
Carsten Daldrup
Carsten Daldrup 2020년 10월 8일
댓글: Mahesh Taparia 2020년 10월 19일
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

답변 (1개)

Mahesh Taparia
Mahesh Taparia 2020년 10월 17일
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
Carsten Daldrup
Carsten Daldrup 2020년 10월 19일
Thanks for you answer, but that´s not what I was looking for. It works with DeepLearing and the new release 2020b. FeatureInput-Layer is the right choise.
Mahesh Taparia
Mahesh Taparia 2020년 10월 19일
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.

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

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by