knn-algorithm
There are 588 repositories under knn-algorithm topic.
simple-ocr-opencv
A simple python OCR engine using opencv
ML_from_Scratch
Implementation of basic ML algorithms from scratch in python...
elastik-nearest-neighbors
Go to: https://github.com/alexklibisz/elastiknn
ClusteringDirectionCentrality
A novel Clustering algorithm by measuring Direction Centrality (CDC) locally. It adopts a density-independent metric based on the distribution of K-nearest neighbors (KNNs) to distinguish between internal and boundary points. The boundary points generate enclosed cages to bind the connections of internal points.
lynsedb
A pure Python-implemented, lightweight, server-optional, multi-end compatible, vector database deployable locally or remotely.
NearestNeighborDescent.jl
Efficient approximate k-nearest neighbors graph construction and search in Julia
k-nearest-neighbors
Implementation of KNN algorithm in Python 3
Machine-Learning
机器学习算法实现及实战
INTELLIGENT-CAREER-GUIDANCE-SYSTEM
Web application for engineering students to predict appropriate job roles using Machine learning and other guidance material like job descriptions, links to courses, etc.
Jestures
A simple framework for gesture recognition in Java
Data-Science-Python
Data Science Python Beginner Level Project
irspack
Train, evaluate, and optimize implicit feedback-based recommender systems.
whiplash
Serverless, lightweight, and fast vector database on top of DynamoDB
Traffic-Congestion-Prediction-System
Traffic Congestion Prediction System using Data Mining
gofast-hnsw
This project is a reference implementation of the Hierarchical Navigable Small World graph paper by Malkov & Yashunin (2018) as a companion to the AWS presentation by Ben Duncan (Startup Solution Architect) "What you need to know about Vector Databases. From use-cases to a deep dive on the technology."
KNN-visualization
A casestudy about K-nearest-neighbors Algorithm
Pancake_Pridction_KNN
For Pancake Pridction, Try to use the machine learning algorithm KNN to predict it.
LookAlike_Model_B2B_Customers_NLP
A look-alike model to identify potential clients based on certain characteristics from the existing customer base.
ml-newbie
simple implementation of machine learning algorithm in pyhton
Machine-Learning-Lab
A cluster of Machine Learning algorithms
Self-Organizing-Maps-using-KNN
High Frequency Time series Anomaly Detection using Self Organizing Maps (SOM) which is based on Competitive Learning a variant of the Neural Networks using K Nearest Neighbors
Information-Retrieval-Project
Information retrieval course project
ANPR-Indonesian
ANPR Indonesian
k-nearest-neighbors-python
An implementation of the K-Nearest Neighbors algorithm from scratch using the Python programming language.
DiamondValuationPrediction
💎 Diamond Valuation Prediction
AdultIncomeAnalysis
Predict whether income exceeds $50K/yr based on census data.
k-nearest-neighbors
C++ implementation for machine learning algorithm K-NN
Go_Screen-CineMatrix-ML-MODEL
This repo contains a machine learning model made using advanced and enhanced algos like KNN,SVD and also concepts like vectorization ,cosine similarity which predicts the similar movies for a given fav movie of user. So no more time wasting on searching for a good of you're choice
fruit-data-with-colours
Fruit data with Colours
ML-Algorithms
Machine learning algorithms tutorials
VAQ
Fast Adaptive Similarity Search through Variance‑Aware Quantization
reco
Reco is an AI based chat-bot recommendation system
knnGo
I created K-Nearest Neighbor Algorithm using Go language. Initially, this project is for my assignment but I decided to publish it.
Breast-Cancer-Diagnosis-Using-Probabilistic-Ensemble-Based-Machine-Learning-Algorithms
This project is a part of research on Breast Cancer Diagnosis with Machine Learning algorithm using data-driven approaches. The final outcomes of the research were later published at an IEEE Conference and added to IEEE Xplore Digital Library.
Python-Breast-Cancer-Classification-Gogus-Kanseri-Siniflandirma
Using the Knn algorithm, it detects whether the tumor is benign or malignant in people diagnosed with breast cancer.
Spotify-Recommendation-System
Implemented and compared different recommendation systems for Spotify playlists for both artists and types of songs. Implemented popularity-based recommenders, content-based recommenders, and used the KNN algorithm for implementing collaborative filtering.