goelhardik / svm-cvxopt

Solving SVM using cvxopt and visualizing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is some code to generate 2 class toy data from 2-D Gaussians. The objective is to learn to use CVXOPT and then visualize the decision boundary. Find the related blog post here.

To run the code use:

./run.sh

About

Solving SVM using cvxopt and visualizing


Languages

Language:Python 97.7%Language:Shell 2.3%