training "large scale" neural network
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I am learning to train a neural network to get good regression results (curve fitting). I have matrix size of 3600*1000 as input, and my output is 1*1000. So each sample in the input has 3600 parameters. According to some credible reference tackling similar problems, I am using 1 hidden layer with 50 neurons. I am using "feedforwardnet" function. I would like to ask what's the reasonable step/choice of choosing a training function, and parameters setup? What's the good place to look at for detail information on selecting training functions and setting up properties for large scale problems?
Thank you all in advance.
0 commentaires
Réponses (1)
Srivardhan Gadila
le 18 Déc 2020
You can refer to the following documentation pages: Choose a Multilayer Neural Network Training Function, Improve Shallow Neural Network Generalization and Avoid Overfitting & Modeling and Prediction with NARX and Time-Delay Networks.
0 commentaires
Voir également
Catégories
En savoir plus sur Modeling and Prediction with NARX and Time-Delay Networks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!