/svm_dataset_hyperplane_plotting

Program that plots hyperplanes for datasets with different classes.

Primary LanguageJupyter Notebook

Program that plots hyperplanes for datasets with different classes.

Plotted dataset with Matplotlib:

download

SVM defined hyperplanes of the 3 classes of the test dataset used:

download (1)

This SVM is 1vsALL and uses 3 internal SVMs with a voting system to arrive at a final classification: SVM OnevsAll (3)

SVM1:

download (5)

SVM2:

download (6)

SVM3:

download (7)