davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++
http://dlib.net
Boost Software License 1.0
13.56k stars 3.38k forks source link

Add support of extended kernel recursive least squares algorithm #515

Open travek opened 7 years ago

travek commented 7 years ago

Hi!

In some domains kernel recursive least squares algorithms are very useful. As well they are also evolving. One of the interesting evolutions is described in A novel extended kernel recursive least squares algorithm by Pingping Zhu, Badong Chen in 2011. This combines KRLS and KF. May be there will be contributors that will add this functionality (or similar one) to the library in the future.

Thanks

davisking commented 7 years ago

Sounds cool :)

hussain7 commented 7 years ago

Hi .. I want to work to add this functionality. From where I can start ? reading the paper you mentioned or there is already some ongoing work added ?

travek commented 7 years ago

Hi hussain7! You need to start from the very beginning. Nothing is developed so far.