Skip to content

Instantly share code, notes, and snippets.

View teknomo's full-sized avatar

Kardi Teknomo teknomo

View GitHub Profile
@teknomo
teknomo / SVM+in+Python.py
Created June 3, 2017 06:13
SVM in Python
# coding: utf-8
# # SVM in Python
#
# by *Kardi Teknomo*
#
# last update: June 2017
# This is a practice/laboratory session of SVM tutorial using Python.