Line 1: | Line 1: | ||
− | = | + | <center><font size= 4> |
+ | '''Support Vector Machines''' <br /> | ||
+ | </font size> | ||
− | A [https://www.projectrhea.org/learning/slectures.php | + | A [https://www.projectrhea.org/learning/slectures.php slecture] by student Tao Jiang |
Partly based on the [https://www.projectrhea.org/rhea/index.php/2014_Spring_ECE_662_Boutin ECE662 Spring 2014 lecture] material of [https://www.projectrhea.org/rhea/index.php/User:Mboutin Prof. Mireille Boutin] and Bishop's "Pattern Recognition and Machine Learning" Book | Partly based on the [https://www.projectrhea.org/rhea/index.php/2014_Spring_ECE_662_Boutin ECE662 Spring 2014 lecture] material of [https://www.projectrhea.org/rhea/index.php/User:Mboutin Prof. Mireille Boutin] and Bishop's "Pattern Recognition and Machine Learning" Book | ||
+ | </center> | ||
---- | ---- | ||
Contents | Contents | ||
− | # Basic | + | # Basic ideas of SVM |
# Slack Variables | # Slack Variables | ||
# How to solve SVM (Quadratic Programming Problem) | # How to solve SVM (Quadratic Programming Problem) |
Revision as of 15:00, 3 May 2014
Support Vector Machines
A slecture by student Tao Jiang
Partly based on the ECE662 Spring 2014 lecture material of Prof. Mireille Boutin and Bishop's "Pattern Recognition and Machine Learning" Book
Contents
- Basic ideas of SVM
- Slack Variables
- How to solve SVM (Quadratic Programming Problem)
- Multi-classification
- Choosing Parameters
Link to Video on Youtube
References:
- ECE662 Spring 2014 lecture material of Prof. Mireille Boutin
- Bishop's "Pattern Recognition and Machine Learning" Book
Questions and comments
If you have any questions, comments, etc. please post them on this page.