Published January 12, 2023 | Version v1.0
Software Open

Support vector machine algorithm for separable data using elementary geometry

Description

A fast iterative support vector machine algorithm for linearly separable dataset. Makes use of elementary geometry; no quadratic programming has been employed.

  • provides weight and bias that defines the optimum-hyperplane and also gives the support vectors.
  • applicable only for linearly separable problem. i.e., not suitable for soft-marging classification
  • if the data is not separable, the algorithm quickly figure out this and stops further iterations.

Files

rahulor/svm-geom-v1.0.zip

Files (424.2 kB)

Name Size Download all
md5:19152035cebeb6624915be2e79d03fff
424.2 kB Preview Download

Additional details

Related works