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

Machine Learning using KNN Classifier and Visualization on Handwritten USPS Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-using-KNN-Classifier-and-Visualization-on-Handwritten-USPS-Dataset

Machine Learning using KNN Classifier and Visualization on Handwritten USPS Dataset

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.

References and Citations:

Kaggle Dataset | Kaggle - Heart Disease Classification | Github - Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow 03.Classification.ipynb | Another Kaggle Reference

Textbook

Introduction to Machine Learning with Python ,A Guide for Data Scientists by Andreas C. Müller and Sarah Guido

Demonstration of how to load USPS dataset, visualize and build a K - Neighbors classifier on it that achieves over 90% accuracy over the test set.

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

About

Machine Learning using KNN Classifier and Visualization on Handwritten USPS Dataset

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%