• This repository has been archived on 02/Aug/2019
  • Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

K-NN is a basic classification algorithm that can classify a data using its distance to other data points. I wrote a KNN algorithm without using any Machine Learning libraries such as scikit-learn etc.