Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 258 Bytes

SupportVectorMachine

This repository has a code for hard SVM. The code is run for the Iris dataset classification. The support vectors are obtained and the decision boundary is drawn. Ultimately, there is a lso a comparison with the sklearn svm framework.