Skip to content

HoHasby/Predict-upper-case-alphabet-using-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Predict upper case alphabet using SVM model

We are going to build a SVM to identify each of a large number of black-and-white rectangular pixel displays as one of the 26 capital letters in the English alphabet.

The character images were based on 20 different fonts and each letter within these 20 fonts was randomly distorted to produce a file of 20,000 unique stimuli.

Each stimulus was converted into 16 primitive numerical attributes (statistical moments and edge counts) which were then scaled to fit into a range of integer values from 0 through 15. We typically train on the first 16000 items and then use the resulting model to predict the letter category for the remaining 4000. See the article (P. W. Frey and D. J. Slate. "Letter Recognition Using Holland-style Adaptive Classifiers". (Machine Learning Vol 6 No.2 March 91)) for more details.

Installation

The below libraries is used in the project

  pip install pyforest
  install numpy
  install pandas
  install matplotlib
  install seaborn
  install sklearn

🛠 Skills

  1. Python
  2. Data science
  3. Machine learning

LOGO

Hi, I'm Ho Hasby! 👋

🚀 About Me

I'm a full stack data scientist

Releases

No releases published

Packages

No packages published