Kernel-based Learning Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "ers]] " to "er]]s ")
m (Text replacement - "ions]] " to "ion]]s ")
 
Line 39: Line 39:
*** It induces a rich feature space and admits a large class of [[(nonlinear) function]]s.
*** It induces a rich feature space and admits a large class of [[(nonlinear) function]]s.
*** It can be flexibly applied to a wide range of domains including both [[Euclidean space|Euclidean]] and [[non-Euclidean space]]s.
*** It can be flexibly applied to a wide range of domains including both [[Euclidean space|Euclidean]] and [[non-Euclidean space]]s.
*** Searching in this [[infinite-dimensional space of functions]] can be performed efficiently, and one only needs to consider the finite subspace expanded by the data.
*** Searching in this [[infinite-dimensional space of function]]s can be performed efficiently, and one only needs to consider the finite subspace expanded by the data.
*** Working in the [[linear space]]s of function lends significant convenience to the [[construction of learning algorithms|construction]] and [[analysis of learning algorithms]].
*** Working in the [[linear space]]s of function lends significant convenience to the [[construction of learning algorithms|construction]] and [[analysis of learning algorithms]].



Latest revision as of 07:30, 22 August 2024

A Kernel-based Learning Algorithm is a supervised learning algorithm that uses a kernel function (that maps into a high-dimension space and whose instance similarity score in the original space has low computational complexity - typically through inner product operations).



References

2017

2016

2011

2006

2004