knearest-neighbors-classifier
There are 10 repositories under knearest-neighbors-classifier topic.
adotg/knn-what-how-why
What is knn? How is knn done? Why is knn needed?
pragmaticpython/k-nearest-neighbors-python
An implementation of the K-Nearest Neighbors algorithm from scratch using the Python programming language.
amichaelsen/cooking-cuisine-analysis
Erdos Institute Bootcamp project analyzing cuisines by recipe ingredient lists.
CorentinTh/ML-MyKNearestNeighbors
[Machine Learning] My own version of the K-Nearest-Neighbors classifier.
SavannaMoss/BroadStrokes
A convolutional neural network, k-nearest-neighbors classifier, and a support vector machine to predict an artist based on images of artworks.
sonalpriya2000/Credit_Card_Fraudelent_Detection
Credit card Fraud Transaction Detection using various machine learning algorithm.
mgrantham18/fire-learn
Using machine learning to determine the causes of wildfires
Rahmn-Dev/AI-Stroke-Prediction
Stroke Prediction AI Model using KNeighborsClassifier
umangrmehta/image-orientation-classifier
Identifying Image Orientation using Supervised Machine Learning Models of k-Nearest Neighbors, Adaboost and Multi-Layer Feed-Forward Neural Network trained using Back-Propagation Learning Algorithm