What tr.gamk reports is not clear to me.

조회 수: 1 (최근 30일)
Mohd Khan
Mohd Khan 2023년 2월 13일
댓글: Mohd Khan 2023년 3월 30일
I would really like to know that is this tr.gamk. It is reported as 29.1771 in my case. I understant that 29 is the number of parameters used by the model in current stage but I have not idea what is 1771. Kindly, help me out.

채택된 답변

Atharva
Atharva 2023년 3월 28일
"tr.gamk" is typically used as the regularization parameter in machine learning models, specifically in group Lasso regularization. In group Lasso regularization, the regularization penalty is applied to groups of features or variables, rather than individual features.
The parameter "tr.gamk" controls the strength of the regularization penalty and helps to balance the model's bias-variance tradeoff. In your case, the value of 29 likely refers to the number of groups of features being regularized by the group Lasso method.
The value of 1771 is likely the actual value of the regularization parameter that was used in your model. This value is typically determined through cross-validation or other tuning methods to find the optimal value that balances model complexity and accuracy.
  댓글 수: 1
Mohd Khan
Mohd Khan 2023년 3월 30일
Thanks a lot. Can I get more information such as a source documentation?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Vehicle Network Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by