what is regularization coefiicient

조회 수: 2 (최근 30일)
Sara
Sara 2018년 7월 9일
답변: Sara 2019년 2월 4일
I try to use "ELM kernel" code for matlab,(<http://www.ntu.edu.sg/home/egbhuang/elm_codes.html)>. However it seems vague for me and I can't generalize it for my data. my first problem is what is the value of regularization coefficient?
Thanks for your help.

채택된 답변

BERGHOUT Tarek
BERGHOUT Tarek 2019년 2월 3일
the regulazation parameter is the user parameter in the moore peneroose psedoinverse of matrix mathed which is presented by C factor in this formula
(B=(inv((I/C)+H'*H)*H'*T);
wher I is the identity matrix you can type "help eye " in Matlab .

추가 답변 (1개)

Sara
Sara 2019년 2월 4일
Thanks for your answer.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by