필터 지우기
필터 지우기

How can I use a neural network to predict a 1d function?

조회 수: 5 (최근 30일)
Moritz
Moritz 2023년 10월 13일
답변: James Gross 2023년 10월 16일
Hello,
I am running time-costly simulations based on 4 input parameters x=(x1,x2,x3,x4) to calculate a vector with 100 entries y=(y1,...y100). Is there a suitable Matlab function to train a neural network that can predict y(x)? I have had a machine learning class a while ago, so I'm now looking for a good toolbox to start with.
Thanks a lot in advance :)

답변 (1개)

James Gross
James Gross 2023년 10월 16일
Hi Moritz,
We have many different functions and tools for training neural networks on 1D data. However, exactly which function you should use depends on the type of data (e.g. tabular vs timeseries) and complexity of the problem. From the information provided, it looks like you are dealing with tabular data, so I would recommend using the fitrnet or fitcnet functions, as these are generally the most suitable functions for this type of data.
I hope this information helps!
James

카테고리

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