This project implements the k-NN algorithm in Python to predict handwritten digits.
This project uses the MNIST dataset, a large database of handwritten digits. The dataset is available at:
LeCun, Y., Cortes, C., & Burges, C. (2010). MNIST handwritten digit database.
- Run the script:
python main.pyNote: On Linux or macOS, you might need to use python3 instead.
This is an initial version developed as part of my AI learning journey.
Advices for this project are more than welcome! This project is licensed under the MIT License.