- 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.
推薦閱讀
- ABB工業機器人編程全集
- Visualforce Development Cookbook(Second Edition)
- 影視后期制作(Avid Media Composer 5.0)
- 大數據時代的數據挖掘
- 大數據安全與隱私保護
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- Docker High Performance(Second Edition)
- Godot Engine Game Development Projects
- 設計模式
- Raspberry Pi Projects for Kids
- 新一代人工智能與語音識別
- Microsoft System Center Data Protection Manager Cookbook
- Flash CS5二維動畫設計與制作
- 歐姆龍PLC應用系統設計實例精解
- 軟件需求十步走