Added 30/06/2025
Machine Learning / classification

svm_linear

Datasets

classification_ionosphere.csv

Description

Antennas radar signals used to classify structure in the ionosphere.

Dimension

{ "x": 42, "y": 114, "F": 1, "G": 83, "H": 0, "f": 1, "g": 158, "h": 0 }

Solution

{ "optimality": "stationary", "F": 29.761108000000004, "f": 8.607208151197177, "training_accuracy": 0.962, "validation_accuracy": 0.7073 }
classification_iris.csv

Description

Length and width of sepals and petals labelled by species.

Dimension

{ "x": 35, "y": 71, "F": 1, "G": 69, "H": 0, "f": 1, "g": 132, "h": 0 }

Solution

{ "optimality": "stationary", "F": 0.261069, "f": 1.131094, "training_accuracy": 1, "validation_accuracy": 1 }
classification_linearly_separable30.csv

Description

Linearly Separable 2d dataset.

Dimension

{ "x": 12, "y": 22, "F": 1, "G": 23, "H": 0, "f": 1, "g": 38, "h": 0 }

Solution

{ "optimality": "global", "F": 0, "f": 0.6064, "training_accuracy": 1, "validation_accuracy": 1 }
classification_moons54.csv

Description

Coordinates sampled from two interweaving crescent moons.

Dimension

{ "x": 20, "y": 38, "F": 1, "G": 39, "H": 0, "f": 1, "g": 70, "h": 0 }

Solution

{ "optimality": "stationary", "F": 6.60688, "f": 68.661357, "training_accuracy": 0.8, "validation_accuracy": 0.7895 }
classification_palmer.csv

Description

Observations of penguins used to classify their species.

Dimension

{ "x": 92, "y": 181, "F": 1, "G": 183, "H": 0, "f": 1, "g": 350, "h": 0 }

Solution

{ "optimality": "stationary", "F": 0, "f": 0.246941, "training_accuracy": 1, "validation_accuracy": 1 }