Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.02 KB

File metadata and controls

22 lines (12 loc) · 1.02 KB

PendigitsDataset-FromScratch-Simple-KNNClassifier

Building from scratch simple KNN Classifier without using frameworks built-in functions and applying it on the Pen Digits Dataset.

image

Use provided train

http://vlm1.uta.edu/~athitsos/courses/cse6363_spring2017/assignments/uci_datasets/pendigits_training.txt

Use provided test file

http://vlm1.uta.edu/~athitsos/courses/cse6363_spring2017/assignments/uci_datasets/pendigits_test.txt

Use follow link to download Dataset and understand it’s description

http://vlm1.uta.edu/~athitsos/courses/cse6363_spring2017/assignments/uci_datasets/

image

image

image