Multiple Kernel Learning

Creator
Creator
Seonglae Cho
Created
Created
2025 Mar 24 17:53
Editor
Edited
Edited
2025 Mar 24 17:56
Refs
Refs
Multiple Kernel Learning (MKL) has been proposed as an approach to simultaneously learn the kernel weights and the associated decision function in supervised learning settings.
In MKL the kernel KK can be considered as a linear combination of MM basis kernels
K(x,x)=1MβmKm(x,x)βm0,1Mβm=1K(x, x') = \sum_1^M \beta_mK_m (x,x') \\ \beta_m \ge 0 , \sum_1^M \beta_m = 1
The solution of the learning problem for kernel methods can be written as
f(x)=1NαiK(xi,x)+bf(x) = \sum_1^N \alpha_i K(x_i, x) + b
In MKL we learn both coefficients βm\beta_m and αi\alpha_i in a single optimization problem.
 
 
 
 

Recommendations