Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grindelfp/k-nearest-neighbors-exericise

An exercise on k-nearest neighbors algorithm.
https://github.com/grindelfp/k-nearest-neighbors-exericise

ipynb k-nearest-neighbors machine-learning python

Last synced: 7 days ago
JSON representation

An exercise on k-nearest neighbors algorithm.

Awesome Lists containing this project

README

        

= K-Nearest Neighbors excercise =

A small exercise on understanding of concept of K-Nearest Neighbors algorithm. The exercise follows this steps:

1. create 3 groups of 140 2-dimentional points on a 2-dimentional plane
2. experiment with cluster standart coefficients
3. develop a function implementing K-Nearest Neighbors algorithm
4. test the function on some additional points and show them on the plane

The task is done using Google Colab.