Effacer les filtres
Effacer les filtres

Solver of Neural Network Models in Regression Learner app

6 vues (au cours des 30 derniers jours)
Prashant Dhakal
Prashant Dhakal le 14 Juil 2022
Réponse apportée : Drew le 24 Jan 2023
What solver does this Model use? Is it, "adam","rmsprop", "sgdm" ?

Réponses (1)

Drew
Drew le 24 Jan 2023
The page https://www.mathworks.com/help/stats/choose-regression-model-options.html indicates that Regression Learner uses the fitrnet function to train neural networks.
In the algorithms section, the fitrnet page https://www.mathworks.com/help/stats/fitrnet.html indicates "Training Solver: fitrnet uses a limited-memory Broyden-Fletcher-Goldfarb-Shanno quasi-Newton algorithm (LBFGS) [3] as its loss function minimization technique, where the software minimizes the mean squared error (MSE). The LBFGS solver uses a standard line-search method with an approximation to the Hessian."

Catégories

En savoir plus sur Deep Learning Toolbox 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!

Translated by