nearest-neighbours-classifier
There are 52 repositories under nearest-neighbours-classifier topic.
tfzhou/ProtoSeg
CVPR2022 (Oral) - Rethinking Semantic Segmentation: A Prototype View
AFAgarap/wisconsin-breast-cancer
[ICMLSC 2018] On Breast Cancer Detection: An Application of Machine Learning Algorithms on the Wisconsin Diagnostic Dataset
brj0/nndescent
C++/Python implementation of Nearest Neighbor Descent for efficient approximate nearest neighbor search
agrawal-priyank/machine-learning-case-studies
Built prediction and retrieval models for document retrieval, image retrieval, house price prediction, song recommendation, and analyzed sentiments using machine learning algorithms in Python
BlackRabbitt/RecommenderSystem
Use Kmean Clustering and Collaborative filtering approach for the recommendation problem
dkarageo/Distributed_KNN
An MPI based implementation of K-NN search algorithm, aimed for use on CPU clusters.
MahindaMK/Bonferroni-mean-fuzzy-k-nearest-neighbor-classifier-BM-FKNN-
MATLAB code for bonferroni-means fuzzy k nearest neighbor classifier (BM-FKNN)
AFAgarap/dnn-trust
How can I trust you? An intuition and tutorial on trust score
SheezaShabbir/BagofWords-Computer-Vision-
1-Bag of SIFT representation and nearest neighbor classifier
vinhqbui/Grading-Essay
This is the model that I build to grade future essay based on the that is provided.
matakshay/NN-Classifier-using-VPTree
An efficient Nearest Neighbor Classifier for the MINST dataset. It uses a VP Tree data structure for preprocessing, thus improving query time complexity
rashmishrm/Movie-Reviews-Classification
Programming Assignment on Data Mining: Movies Review Classification
saralajew/robust_NPCs
Fast Adversarial Robustness Certification of Nearest Prototype Classifiers for Arbitrary Seminorms [NeurIPS 2020]
amjal/ML-exercises
These are computer assignments of the book "An Introduction to Machine Learning" by Miroslav Kubat
XinyuanWangCS/LatentKMeansPrototypeSelection
This is a course project to select a subset of data to build an efficient nearest neighbor classifier. Choosing a representative subset of "prototypes" from the training set is crucial for accelerating nearest neighbor classifiers. This project proposes projecting the data into a latent space using a pretrained embedder.
AmirInt/neighbourhood_watch
As part of the UCSanDiego online course "Machine Learning Fundamentals"
dalwindercheema/FWN
Feature wise normalization: An effective way of normalizing data
kambojankush/Pattern-Recognition-Lab
Code for the PR lab course DTU
MoosaSaadat/shopping
AI to predict whether online shopping customers will complete a purchase
rupav/KNN-Implementation
from scratch, KNN implementation and plot
shrishti-04/MachineLearning_Notes
Here I am starting with Machine Learning notes after SQL notes. I have covered the following topics such as:
aryyawijaya/k-nearest-neighbor-scratch
Build a kNN (k-Nearest Neighbor) model from scratch to predict 10 test data.
Georgemouts/ML-Classification-Algorithms-Fashion_Mnist
In this project we have to classify the Fashion-MNIST dataset which contains black and white photos of clothing using classification algorithms.
krichelj/ML_BGU_2020
Machine Learning and Analysis of Big Data course, Computer Science M.Sc., Ben Gurion University of the Negev, 2020
LBBassani/classificador-haskell
Classificadores vizinho mais próximo, k-vizinhos mais próximos e centroíde programados em Haskell para primeiro e segundo o trabalho computacional de Programação Funcional.
Legut/Abral-ML
Aplikacja desktopowa na zaliczenie przedmiotu projektowego. Temat: Tracking z wykorzystaniem uczenia maszynowego.
matuszewski/python-classifiers
Various mathematical classifiers in Python
mehdi-aitaryane/nearest-neighbors-brute-algorithm-from-scratch
A Python implementation of Nearest Neighbors algorithm from scratch using numpy
MuXi162/Data-Science-Explorations
Repository of data science projects completed for combinations of academic and personal learning.
preeti276/Machine-Learning-Models
This repository contains jupyter notebooks providing an implementation of basic Machine Learning models for regression and classification.
siddikayyappa/PCA-Regression-Nearest-Neighbours
This is the source code of the work for Assignment-2, Statistical Methods in AI, 5th Semester, IIITH, '22
HossamSayed99/Shopping
An AI that uses nearest-neighbor classifier to determine whether online shopping customers will complete a purchase
John-Atha/AI--Harvard-CS50--learning
'Learning' programming assignments for the Harvard CS50's Introduction to Artificial Intelligence with Python 2021 course
mrunmaim16/CSE-5334-Programming-Assignments
Programming assignments completed for course CSE - 5334 Data Mining under Professor Dr. Marnim Galib.
nilooy5/Nearest-Neighbour-Classifier-GUI
A simple program to classify the nearest neighbor for different data clusters