Skip to content

the-moliver/KernelRecursiveLeastSquares.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KernelRecursiveLeastSquares

A Julia implementation of the Kernel Recursive Least Squares algorithm

KRLS is a fast and efficient online kernel regression algorithm. KRLS processes data one sample at a time and builds a dictionary of training points that are useful for approximating the function.

Y. Engel, S. Mannor, and R. Meir, “The kernel recursive least-squares algorithm,” IEEE Transactions on Signal Processing, vol. 52, no. 8, pp. 2275–2285, 2004.

About

Julia implementation of Kernel Recursive Least Squares algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages