Skip to content

AkshayRaina/Machine-Learning-using-SVM-Classifier-and-Visualization-on-USPS-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-using-SVM-Classifier-and-Visualization-on-USPS-Dataset

Machine Learning using SVM Classifier and Visualization on USPS Dataset

Getting started with USPS dataset

Handwitten Digits USPS dataset has 7291 train and 2007 test images. The images are 16*16 grayscale pixels.

The dataset is given in hdf5 file format, the hdf5 file has two groups train and test and each group has two datasets: data and target.

Demonstration of how to load USPS dataset, visualize and build a linear SVM classifier on it and predict accuracy.

Reference:

Kaggle Example

NOTE: Do not Plagiarise | Submitted Report for project | Strict checks in place