필터 지우기
필터 지우기

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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by