Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 651 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 651 Bytes

P-SVM: Support Vector Machines for Processing

This is a machine learning library for Processing that uses Support Vector Machines. It is based on the open source LibSVM project.

It is currently in an early stage. Examples work pretty reliably for 2D numerical data. Helpers coming soon for working with other types and higher dimensional data.

Download here to install. See the examples that come with the library for basic training and loading usage.

See Makematics.com/code/PSVM for more details.