Table of Contents

Homework 05

Goal

Implement (simplified) SVM method

  1. input 2D data and their label (in two classes)
  2. implement quadratic programming
  3. output (and plot) classification results

Requirements

  1. Programming lanuage: python
  2. Plot the results in matplotlib