k-nearest-neighbours
There are 574 repositories under k-nearest-neighbours topic.
zotroneneis/machine_learning_basics
Plain python implementations of basic machine learning algorithms
tirthajyoti/Machine-Learning-with-Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
kk7nc/Text_Classification
Text Classification Algorithms: A Survey
Skylark0924/Machine-Learning-is-ALL-You-Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
ahmetozlu/color_recognition
:art: Color recognition & classification & detection on webcam stream / on video / on single image using K-Nearest Neighbors (KNN) is trained with color histogram features by OpenCV.
sisinflab/elliot
Comprehensive and Rigorous Framework for Reproducible Recommender Systems Evaluation
begeekmyfriend/kdtree
Absolute balanced kdtree for fast kNN search.
psaris/funq
Source files for "Fun Q: A Functional Introduction to Machine Learning in Q"
victorqribeiro/budget
A simply budget app that predicts where the expenses are being made
chayandatta/Heart_disease_prediction
Heart Disease prediction using 5 algorithms
microsoft/art
Exploring the connections between artworks with deep "Visual Analogies"
lettier/interactiveknn
Interactive K-Nearest Neighbors machine learning algorithm in JavaScript.
harismuneer/Handwritten-Digits-Classification-Using-KNN-Multiclass_Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
LanguageMachines/timbl
TiMBL implements several memory-based learning algorithms.
msdundar/notes-algorithms
A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.
SebastianRokholt/Hybrid-Recommender-System
A repository for a machine learning project about developing a hybrid movie recommender system.
lucaslattari/MachineLearningSeries
Vídeos e códigos do Universo Discreto ensinando o fundamental de Machine Learning em Python. Para mais detalhes, acompanhar a playlist listada.
kitestring/DataQuest
Data Science Massive Open Online Course: All the code, notes and supplementary materials generated during the course of my data scientific learning.
callicoder/ML-Demand-Prediction
Machine Learning Model for Order Demand Prediction based on historical Order data - Built for Swiggy Hackathon 2018
AmbarZaidi/Audio-Genre-Classification
GTZAN Music Genre Dataset Classification
Awesome-Machine-Learning/Machine-Learning-Classifications
Classification is the process of predicting the class of given data points. Classes are sometimes called as targets/ labels or categories.
kbasu2016/Autism-Detection-in-Adults
This is a binary classification problem related with Autistic Spectrum Disorder (ASD) screening in Adult individual. Given some attributes of a person, my model can predict whether the person would have a possibility to get ASD using different Supervised Learning Techniques and Multi-Layer Perceptron.
TheKiddos/Restaurant-SyS
Semester project for Tishreen university.
GroenteLepel/qiskit-quantum-knn
A pure quantum knn classifier for a gated quantum computer.
fieg/knn
k-Nearest Neighbors algorithm in PHP
MNoorFawi/lshashing
python library to perform Locality-Sensitive Hashing for faster nearest neighbors search in high dimensional data
manankshastri/2D-Feature-Tracking
Feature Tracking and testing of various keypoint detector/descriptor combinations, keypoint matching using Brute Force and FLANN approach.
MarkusFerdinandDablander/QSAR-activity-cliff-experiments
Exploring QSAR Models for Activity-Cliff Prediction
proycon/python-timbl
python-timbl, originally developed by Sander Canisius, is a Python extension module wrapping the full TiMBL C++ programming interface. With this module, all functionality exposed through the C++ interface is also available to Python scripts. Being able to access the API from Python greatly facilitates prototyping TiMBL-based applications.
motapinto/football-classification-predications
Supervised Learning Models used to predict outcomes of football matches
jabbalaci/ClosestX11Color
Find the closest xterm-256 colors (between 0 and 255) to an arbitrary HTML hexa color (e.g. #ABCDEF)
AkJoshi19/MachineLearning_A_Z
The respository is for Machine learning basiscs.
nyakasko/icp_tricp
Implementation of Iterative Closest Point and Trimmed Iterative Closest Point algorithms.
miladce/knn-cosine-similarity
knn with cosine similarity (distance)
pravinknr/DataScience_R_Codes
This Repository Contains R-Codes executed on various Datasets in RStudio. I Hope This Repository is very helpful for those who are Willing to build their Career in Data Science, Big Data.
richwandell/jsalgos
A collection of algorithms done in JavaScript with visual demos