Skip to content

m-arav/svm-mnist

Repository files navigation

Digit Classifier based on SVM

Digit classification program trained using the MNIST dataset

DESCRIPTION

A C++ program that trains and classifies handwritten digits

REQUIREMENTS

  • g++ ( C++ Compiler )
  • Opencv (2.4.x)

USAGE

g++ -g -Wall -o out svm_hog.cpp `pkg-config opencv --libs --cflags`

./out

#NOTES

photo_5.jpg is used as the test data in this case

About

A digit classifier using MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published