/svm-mnist

A digit classifier using MNIST dataset

Primary LanguageC++

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