what is regularization coefiicient

2 次查看(过去 30 天)
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