About 739,000 results
Open links in new tab
  1. pramodini18/Digit-recognition-using-SVM - GitHub

    The goal is to develop a model that can correctly identify the digit (between 0-9) written in an image. Objective: To develop a model using Support Vector Machine which should correctly …

  2. Handwritten Digit Recognition using SVM - GitHub

    This project demonstrates how to use the Support Vector Machine (SVM) algorithm to build a handwritten digit recognition model. We achieved high accuracy using the linear kernel of the …

  3. GitHub - Dharmesh78/Handwritten-Digit-Recognition-using-SVM

    The handwritten digits are not always of the same size, thickness, or orientation and position relative to the margins. Our goal was to implement a pattern classification method to recognize …

  4. Recognizing hand-written digits — scikit-learn 1.7.2 documentation

    Below we visualize the first 4 test samples and show their predicted digit value in the title.

  5. In Handwritten recognition, SVM gives a better recognition result. The aim of this paper is to develop an approach which improve the efficiency of handwritten recognition using artificial …

  6. Handwritten digit recognition based on SVM - ACM Digital …

    Jan 18, 2025 · Handwritten digit recognition (HDR) is one of the most classic application scenarios in machine learning and is often employed to validate algorithms and techniques. …

  7. Building Handwritten Digits Recognizer using Support Vector Machine

    Oct 17, 2020 · Recognizing handwritten text is a problem that can be traced back to the first automatic machines that needed to recognize individual characters in handwritten documents. …

  8. Support Vector Machine: MNIST Digit Classification with Python ...

    Jan 21, 2019 · Following the previous detailed discussions of SVM algorithm, I will finish this series with an application of SVM to classify handwritten digits. Here we will use the MNIST …

  9. This research paper has implemented some models namely Support Vector Machine Classifier, KNN Classifier, Random Forest Classifier, Multilayer Perceptron Classifier, Multi-Layer …

  10. Hybrid CNN-SVM Classifier for Handwritten Digit Recognition

    Jan 1, 2020 · The aim of this paper is to develop a hybrid model of a powerful Convolutional Neural Networks (CNN) and Support Vector Machine (SVM) for recognition of handwritten digit …