knn-classifier topic

List knn-classifier repositories

AI_Sudoku

992
Stars
150
Forks
Watchers

GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it

Machine-learning-without-any-libraries

177
Stars
171
Forks
Watchers

This is a collection of some of the important machine learning algorithms which are implemented with out using any libraries. Libraries such as numpy and pandas are used to improve computational compl...

Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Selec...

LO-Shot

84
Stars
13
Forks
Watchers

Papers and code related to 'Less Than One'-Shot (LO-Shot) Learning

Diabetes_Prediction_Portal

21
Stars
11
Forks
Watchers

Diabetes Prediction is my weekend practice project. In this I used KNN Neighbors Classifier to trained model that is used to predict the positive or negative result. Given set of inputs are BMI(Body M...

IBM-final-project-Machine-Learning

38
Stars
95
Forks
Watchers

Final project of IBM's course https://www.coursera.org/learn/machine-learning-with-python on coursera

KNN-Visualiser

20
Stars
5
Forks
Watchers

It is a best Visualiser for implementing K-Nearest Neighbours Algorithm with 3 different classes i.e A,B,C. It is developed using ml5.js and p5.js.