KernelRecursiveLeastSquares.jl

Julia implementation of Kernel Recursive Least Squares algorithm
Popularity
4 Stars
Updated Last
2 Years Ago
Started In
January 2015

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.