Skip to content
/ pysvm Public

A pure python implementation of a Support Vector Machine. I'm focusing on readability & hackablity over execution speed for developing new kernel's. That said this is only about 1/6th of the way, there are massive gaps and its not even functional at this point in time.... please check back in a few weeks :)

Notifications You must be signed in to change notification settings

eaudex/pysvm

Repository files navigation

PYSVM - A pure python implementation of a SVM for ML research.

Why Another SVM?

The point of PYSVM isn't to create the fastest but create one that is readable and easily extendible.

/Etc - Usage, Installation, etc

Todo once I have a minimum viable product.

About

A pure python implementation of a Support Vector Machine. I'm focusing on readability & hackablity over execution speed for developing new kernel's. That said this is only about 1/6th of the way, there are massive gaps and its not even functional at this point in time.... please check back in a few weeks :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published