User Tools

Site Tools


homework:2017-py05

Differences

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

Link to this comparison view

homework:2017-py05 [2017/04/19 00:33]
hongxin created
homework:2017-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]]