racket-knn

KNN algorithm

An implementation of the K Nearest Neighbors algorithm using Scheme and Racket

K Nearest Neighbors, KNN, is a lazy, supervised machine learning algorithm. This is an implementation in scheme using racket.

GitHub

16 stars
1 watching
1 forks
Language: Racket
last commit: over 11 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
johnstonskj/rml-knn An implementation of a k-Nearest Neighbor algorithm for classification in Racket. 1
reddavis/knn An implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements. 37
nathanepstein/knear A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning 48
felipexw/knn-java-library An implementation of a K-Nearest Neighbor algorithm for supervised learning 7
yanailab/knn-smoothing A Python implementation of an algorithm for smoothing high-throughput single-cell RNA-Seq data using k-nearest neighbors. 52
kristofferc/nearestneighbors.jl A Julia package for efficient nearest neighbor searches in high-dimensional spaces 426
norlab-ulaval/libnabo A fast K Nearest Neighbor library for low-dimensional spaces 452
kalvar/ios-krkmeans-algorithm K-Means clustering algorithm implementation with multi-dimensional support and customizable features 23
saschagrunert/nn A small neural network implementation of the backpropagation algorithm in Haskell 127
proycon/python-timbl A Python extension module wrapping the TiMBL C++ programming interface to facilitate prototyping of machine learning-based applications using nearest neighbour search. 18
dingzeyuli/knn-matting An implementation of KNN Matting, a technique for segmenting foreground from background in images. 150
kalvar/ios-krhebbian-algorithm An implementation of the Hebbian learning method for unsupervised machine learning using neural networks. 13
johnstonskj/rml-core A Racket module for managing machine learning datasets and providing interfaces to various classification algorithms. 13
mhjabreel/stf-rnn Recurrent neural network model for predicting people's next location based on spatial and temporal features 28
ankane/ngt-ruby A high-performance approximate nearest neighbors search library for Ruby 52