User Tools

Site Tools


homework:2013-py05

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
homework:2013-py05 [2015/03/18 17:31]
hongxin [Goal]
homework:2013-py05 [2023/08/19 21:02] (current)
Line 1: Line 1:
 +====== Homework 05 ======
  
 +===== Goal =====
 +Implement (simplified) SVM method
 +  - input 2D data and their label (in two classes)
 +  - implement quadratic programming ​
 +  - output (and plot) classification results
 +   
 +===== Requirements =====
 +  - Programming lanuage: python
 +  - Plot the results in [[http://​matplotlib.org/​|matplotlib]]
 +  ​
 +