Skip to content

mrtnmch/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published