/svm

Java SVM implementation (with GUI)

Primary LanguageJava

SVM implementation

Java implementation of the Support Vector Machine algorithm. Based on this Python SVM tutorial.

Features

  • CSV and JSON data input
  • Data plot
  • Support for 2D data separable with a linear kernel
  • JavaFX UI

ToDo

  • Split the Controller class into more files/classes (yea, I'm aware of that)
  • Support for 3+D data
  • Output export
  • Some minor bugs

Screenshots

App UI