A Hybrid LeNet – LinearSVC Model in Recognizing Handwritten Digits

Konferenz: CIBDA 2022 - 3rd International Conference on Computer Information and Big Data Applications
25.03.2022 - 27.03.2022 in Wuhan, China

Tagungsband: CIBDA 2022

Seiten: 4Sprache: EnglischTyp: PDF

Autoren:
Fang, Ruoyu (Suzhou High School of Jiangsu Province, Suzhou, Jiangsu, China)
Yang, Shilai (School of Mathematical and Statistical Sciences, Arizona State University, Tempe, USA)

Inhalt:
Convolutional Neural Network (CNN) and Support Vector Machine (SVM) has been the focus of research in image classifications. However, how to combine them together is rarely studied in the past. In this paper, a hybrid model of CNN and SVM was proposed. A modified LeNet that is a typical convolutional neural network with random dropout and regularizations but without the last layer is used as a feature extractor to generate feature vectors that are then fed into the backend LinearSVC for the final classifications. The entire model consists of 3 convolutional layers, 2 max pooling layers and one flatten layer. The model has been tested on the renowned MNIST dataset consisting of 70,000 images. All experiments were tested by using Tensorflow. Without data augmentations and a large epoch number to train the model, the proposed hybrid has achieved a training accuracy of 99.81% and a test accuracy of 99.31%. The experimental results proved that the proposed method is effective in the collected dataset.