Skip to main content

Questions tagged [kernel-trick]

Kernel methods are used in machine learning to generalize linear techniques to nonlinear situations, especially SVMs, PCA, and GPs. Not to be confused with [kernel-smoothing], for kernel density estimation (KDE) and kernel regression.

2 votes
1 answer
95 views

I am interested in the following problem; say I have a bunch of continuous and categorical variables. I wish to compute dissimilarities among my observations by considering kernel functions. In this ...
HeyCool08's user avatar
  • 125
0 votes
0 answers
51 views

I'm using kernel regression to model a non-linear relationship between several independent variables and a dependent variable. I understand kernel functions and bandwidth selection, but I’m wondering ...
Adham Enaya's user avatar
2 votes
1 answer
120 views

In standard SVM formulations, we typically look for a vector $w \in \mathbb{R}^D$ that defines a hyperplane in $\mathbb{R}^D$. The decision function is then of the form: $$ f(x) = \operatorname{sign}(\...
T. Tim's user avatar
  • 117
1 vote
0 answers
54 views

Note: Also asked on Math-Stack but without an answer (Math-Stack Question). I am trying to understand a paper about regularization in non-parametric regression and I am struggling to understand the ...
Red's user avatar
  • 367
0 votes
0 answers
216 views

I have a radial basis function $k(x, y) = \exp(-{(x-y)}^T M {(x-y)})$ where $M$ is a symmetric PSD matrix. I know that $k(\cdot)$ is a kernel itself: Prove that multiplication with positive ...
BiriBora's user avatar
  • 101
3 votes
2 answers
228 views

I have a notational confusion I am trying to clear up. In the context of Kernel regression the following relationship between the kernel and the feature map is defined: Consider a positive-definite ...
Monolite's user avatar
  • 1,475
1 vote
0 answers
113 views

Gaussian process regression has trouble approximating functions with "kinks". So, what is the most widely used method to deal with this problem? I have found many proposed methods, including ...
Dan Zhao's user avatar
0 votes
1 answer
125 views

In lecture 7 of CS229 by Andrew Ng he mentions at the very end a specific Kernel that allows an SVM to "classify" how similar two histograms are, such as the demographics of 2 countries. He ...
yyyLLL's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
51