How can I use a neural network to predict a 1d function?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 :)
0 Commenti
Risposte (1)
James Gross
il 16 Ott 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
0 Commenti
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!