0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

カーネルモデルとカーネルトリックの違い

0
Posted at

機械学習において「カーネルモデル」と「カーネルトリック」は密接に関連していますが、指している対象(概念のレイヤー) が異なります。

一言で言うと

カーネルモデルは「仕組み(モデルの構造)」であり、カーネルトリックは「それを効率的に計算するための計算手法(アルゴリズムの裏技)」です。

カーネルモデル

「高次元空間にデータを飛ばして、複雑な境界線で分類・回帰するモデルの総称」です。

カーネルトリック

「高次元空間での面倒な計算を、元の次元のまま一瞬で終わらせる計算のテクニック」です。
$$K(x, x') = \Phi(x) \cdot \Phi(x')$$

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?