Filter löschen
Filter löschen

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

5 Ansichten (letzte 30 Tage)
Moritz
Moritz am 13 Okt. 2023
Beantwortet: James Gross am 16 Okt. 2023
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 :)

Antworten (1)

James Gross
James Gross am 16 Okt. 2023
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

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!

Translated by