what is regularization coefiicient

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 日

0 投票

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 日

0 投票

Thanks for your answer.

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

製品

リリース

R2018a

質問済み:

2018 年 7 月 9 日

回答済み:

2019 年 2 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by