Skip to content

mortenab/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Vector Machine (SVM) in C#

The code has been adapted from Java code written in as part of my 2005 Bachelor's thesis in Computer Science. This repository only contains the core SVM functionality and a couple of very basic tests.

The Sequential Minimal Optimization (SMO) implementation is based on the pseudo code found here.

About

Support Vector Machine (SVM) in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages