フィルターのクリア

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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by