K-nearest Neighbors from scratch
-
Updated
Apr 7, 2022 - Jupyter Notebook
K-nearest Neighbors from scratch
This repo have an example of amazon baby product reviews classification using knn from scratch.
Implementing K Nearest Neighbours Algorithm on Wisconsin Breast Cancer Dataset(WBCD) without using built in function for KNN algorithm. The data is split into 3 : train, validation and test data. The performance metrics are calculated for different K values.
A simple KNN algorithm in Javascript that can be used to classify data
Image Classification
Collection of all the projects I have completed during my master studies. It includes the source code, written report and presentation for each project
Add a description, image, and links to the knn-from-scratch topic page so that developers can more easily learn about it.
To associate your repository with the knn-from-scratch topic, visit your repo's landing page and select "manage topics."