Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 541 Bytes

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