Skip to content

Python Implementation of SVM Algorithm based on Papers and courses cited in README.md

Notifications You must be signed in to change notification settings

kenextra/SVMAlgorithm

Repository files navigation

SVM ALGORITHM

SVM.py:

  • Input: document-term matrix
  • Output: trained model and predictions with model
  • Overview: Contains an svm class use to build, train and predict a given data set. It also has a function for creating the confusion matrix

Packages:

The following packages are required:

  • numpy for scientific computing
  • scipy for mathematics, science and engineering calculations

CITATIONS:

I consulted a matlab code from Machine Learning course on coursera taught by Stanford University professor Andrew Ng.

Reference

About

Python Implementation of SVM Algorithm based on Papers and courses cited in README.md

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages