forge_classify_svm


forge_classify_svm, a scikit-learn code which uses the support vector algorithm to choose one of two classes for each of 26 items in the forge dataset, involving two features.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

blob_classify_kernelized_svm, a scikit-learn code which uses a kernelized support vector machine to classify an artificial dataset of groups of "blobs".

forge_classify_knn, a scikit-learn code which uses the k-nearest neighbor algorithm to choose one of two classes for each of 26 items in the forge dataset, involving two features.

handcrafted_classify_svm_rbf, a scikit-learn code which uses the support vector algorithm with RBF kernel on the handcrafted dataset.

Reference:

Source Code:


Last revised on 04 July 2023.