davisking/dlib

Add support of extended kernel recursive least squares algorithm

Open

#515 opened on Apr 4, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (3,314 forks)batch import
help wanted

Repository metrics

Stars
 (12,570 stars)
PR merge metrics
 (Avg merge 3h 56m) (2 merged PRs in 30d)

Description

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

Contributor guide