surya-veer / RealTime-DigitRecognition

RealTime DigitRecognition using Convolutional Neural Network(CNN) with keras.
GNU General Public License v3.0
122 stars 63 forks source link

What algorithm #2

Closed mouhsineelachbi closed 6 years ago

mouhsineelachbi commented 6 years ago

Hey did you use SVM to make this app ?

surya-veer commented 6 years ago

I have created two models. One is CNN and other is simple SVM. I have used keras for implementing CNN and trained it on 28X28 mnist, sklearn is used for SVM and trained on 8X8 mnist dataset.

mouhsineelachbi commented 6 years ago

can you give me the link of SVM model please ?

On Tue, Apr 10, 2018 at 8:07 PM, Suryaveer notifications@github.com wrote:

Closed #2 https://github.com/surya-veer/RealTime-DigitRecognition/issues/2.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/surya-veer/RealTime-DigitRecognition/issues/2#event-1566959185, or mute the thread https://github.com/notifications/unsubscribe-auth/AR4ddAlLEsin-gP_kHYl5AcIKyA5E7k0ks5tnQLlgaJpZM4TOIVi .

surya-veer commented 6 years ago

Here is the link: https://github.com/surya-veer/RealTime-DigitRecognition/blob/master/models_svc/digit_recognition.py