- Machine Learning Quick Reference
- Rahul Kumar
- 126字
- 2021-08-20 10:05:11
Back to Kernel trick
So, now we have got a fair understanding of kernel and its importance. And, as discussed in the last section, the kernel function is:
K(xi,xj)= xi . xj
So, now the margin problem becomes the following:

This is subject to 0 ≤ αi ≤ C, for any i = 1, ..., m:

Applying the kernel trick simply means replacing the dot product of two examples with a kernel function.
Now even the hypothesis function will change as well:

This function will be able to decide on and classify the categories. Also, since S denotes the set of support vectors, it implies that we need to compute the kernel function only on support vectors.
推薦閱讀
- 基于C語言的程序設計
- Linux Mint System Administrator’s Beginner's Guide
- Verilog HDL數字系統設計入門與應用實例
- 機器自動化控制器原理與應用
- CorelDRAW X4中文版平面設計50例
- Learning C for Arduino
- 工業機器人維護與保養
- 網站前臺設計綜合實訓
- 嵌入式操作系統原理及應用
- Photoshop行業應用基礎
- Citrix? XenDesktop? 7 Cookbook
- INSTANT Munin Plugin Starter
- ASP.NET 2.0 Web開發入門指南
- 傳感器與自動檢測
- Unreal Development Kit Game Design Cookbook