Skip to content

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

Notifications You must be signed in to change notification settings

Sarah-Hesham-2022/PendigitsDataset-FromScratch-Simple-KNNClassifier

Repository files navigation

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