what is regularization coefiicient

2 visualizaciones (últimos 30 días)
Sara
Sara el 9 de Jul. de 2018
Respondida: Sara el 4 de Feb. de 2019
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.

Respuesta aceptada

BERGHOUT Tarek
BERGHOUT Tarek el 3 de Feb. de 2019
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 .

Más respuestas (1)

Sara
Sara el 4 de Feb. de 2019
Thanks for your answer.

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by