Skip to content

Stanislas7/mnist-knn-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Nearest Neighbors (k-NN) for Handwritten Digit Recognition

This project implements the k-NN algorithm in Python to predict handwritten digits.

Data Source

This project uses the MNIST dataset, a large database of handwritten digits. The dataset is available at:

MNIST Dataset

LeCun, Y., Cortes, C., & Burges, C. (2010). MNIST handwritten digit database.

Setup and Usage

  1. Run the script:
python main.py

Note: On Linux or macOS, you might need to use python3 instead.

Project Status

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.

About

K-NN implementation in Python for handwritten digit recognition using the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages