Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 399 Bytes

KNN Implementation for the MNIST Classification Problem

This project is part of an examination of the lecture "Formal Methods" of the Human Centered Computing course at Reutlingen University of Applied Sciences.

How to run

Python 3.7 should be installed.

Run the following to install all dependencies

pip install -r requirements.txt

Execute with

python mnistClassifierKnn.py