Algorithms-Cheatsheet-Resources icon indicating copy to clipboard operation
Algorithms-Cheatsheet-Resources copied to clipboard

K-Nearest Neighbors python implementation

Open Lorenzobattistela opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. The idea is to add scripts related to Machine Learning and Artificial Intelligence algorithms, like K-Nearest Neighbors, so it can helps everyone to study ML.

Describe the solution you'd like Creating a new folder or file for machine learning and implementing a simple K-nearest neighbors algorithm, well explained and documented so it can help people to learn how does it work.

Describe alternatives you've considered Creating a simple algorithm and then referencing those used by most of us (with libraries like tensorflow). But the idea is to build the algorithm from scratch so the student understands what is going on under the hoods.

Lorenzobattistela avatar Oct 02 '22 19:10 Lorenzobattistela

If you like this idea, I am more than happy to be assigned for this. Thanks!

Lorenzobattistela avatar Oct 02 '22 19:10 Lorenzobattistela

Hi, the idea sounds good But you might wanna check here also: https://github.com/starkblaze01/Artificial-Intelligence-Codes This is one of my repositories having these code and its link is already in this repository README's, make sure to add something which is not here

starkblaze01 avatar Oct 05 '22 17:10 starkblaze01