Skip to content
forked from dlmacedo/SVM-CNN

A feature extractor based on Python 3, Tensorflow and Scikit-learn created in order to improve the accuracy of SVM to classify MNIST dataset fast and with more accuracy.

License

Notifications You must be signed in to change notification settings

smithjat/SVM-CNN

 
 

Repository files navigation

SVM-CNN

It is my project based on Python 3, Tensorflow ans Scikit-learn to the course Hybrid Systems of Center of Informatics of UFPE (2016.1). This course is related with my Master Degree in Deep Learning. The idea is to extract features from MNIST dataset and then use SVM to classify. We show that improves the accuracy when compared with the regular CNN and is faster than ELM of worst accuracy.

To run it, you shoult type:

python main.py

About

A feature extractor based on Python 3, Tensorflow and Scikit-learn created in order to improve the accuracy of SVM to classify MNIST dataset fast and with more accuracy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%