Line 14: Line 14:
 
----
 
----
  
== Linear discriminant functions  ==
+
== Linear classification Problem Statement==
In a linear classification problem, the feature space can be divided into different regions by hyperplanes. For a two-catagory case, given training data <math> \vec{x}_1,\vec{x}_2,...\vec{x}_n \in \mathbb{R}^p</math>, with known class labels for each point <math>y_1, y_2, ..., y_n \in \{+1,-1\}</math>, each <math> \vec{x}_i </math> is a p-dimensional vector. The goal is to find the maximum-margin hyperplane separates the training sample points according to their class labels. The separation hyperplane can be written as  
+
In a linear classification problem, the feature space can be divided into different regions by hyperplanes. For a two-catagory case, given training data <math> \vec{y}_1,\vec{y}_2,...\vec{y}_n \in \mathbb{R}^p</math>, with known class labels for each point <math>w_1, w_2, ..., w_n \in \{+1,-1\}</math>, each <math> \vec{y}_i </math> is a p-dimensional vector. The goal is to find the maximum-margin hyperplane that separates the training sample points according to their class labels. The separation hyperplane can be written as  
 
+
 
<math> c\cdot y=b </math>
 
<math> c\cdot y=b </math>
 +
where <math>\cdot </math> denotes the dot product, c determines the orientation of the hyperplane and

Revision as of 10:22, 1 May 2014


'Support Vector Machine and its Applications in Classification Problems
A slecture by Xing Liu Partially based on the ECE662 Spring 2014 lecture material of Prof. Mireille Boutin.



Outline of the slecture

  • Linear discriminant functions
  • Summary
  • References


Linear classification Problem Statement

In a linear classification problem, the feature space can be divided into different regions by hyperplanes. For a two-catagory case, given training data $ \vec{y}_1,\vec{y}_2,...\vec{y}_n \in \mathbb{R}^p $, with known class labels for each point $ w_1, w_2, ..., w_n \in \{+1,-1\} $, each $ \vec{y}_i $ is a p-dimensional vector. The goal is to find the maximum-margin hyperplane that separates the training sample points according to their class labels. The separation hyperplane can be written as $ c\cdot y=b $ where $ \cdot $ denotes the dot product, c determines the orientation of the hyperplane and

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang