フィルターのクリア

Solver of Neural Network Models in Regression Learner app

6 ビュー (過去 30 日間)
Prashant Dhakal
Prashant Dhakal 2022 年 7 月 14 日
回答済み: Drew 2023 年 1 月 24 日
What solver does this Model use? Is it, "adam","rmsprop", "sgdm" ?

回答 (1 件)

Drew
Drew 2023 年 1 月 24 日
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."

カテゴリ

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