Oriun / MNIST

Handwritten digits recognition solved with various algorithms for an understanding of artificial intelligence
MIT License
0 stars 0 forks source link

MNIST

Handwritten digits recognition solved with various algorithms for a understanding of artificial intelligence

Start Sci-kit learn (python) version

cd sklearn
pip install -r requirements.txt
py main.py

Start Custom version

cd custom
sh _prepare.sh # unzip dataset and move it to a `data`directory
g++ main.cpp --std=c++20 -lpthread -o knn # compile the c++ code
./knn 3 2 # execution