KNN Algorithm

An ideal algorithm to practice your coding skill

Ray Hsu
Geek Culture
Published in
4 min readFeb 8, 2023

--

Intro

Code your algorithm is one of the fastest ways to understand the algorithm and escalate your programming skill. However, some algorithms, such as the neural network, are extremely tough to implement. Some algorithms might be tedious to find the proper dataset. K-mean and K- nearest algorithms are the two of the best algorithm for the beginner. No matter what programming level, as long as you want to learn some machine learning concepts. KNN is always a good start.

--

--