knn
KNN algorithm
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.
Simple K Nearest Neighbour Algorithm
37 stars
7 watching
6 forks
Language: Ruby
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
asbaker/racket-knn | An implementation of the K Nearest Neighbors algorithm using Scheme and Racket | 16 |
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 |
johnstonskj/rml-knn | An implementation of a k-Nearest Neighbor algorithm for classification in Racket. | 1 |
kristofferc/nearestneighbors.jl | A Julia package for efficient nearest neighbor searches in high-dimensional spaces | 426 |
yanailab/knn-smoothing | A Python implementation of an algorithm for smoothing high-throughput single-cell RNA-Seq data using k-nearest neighbors. | 50 |
kalvar/ios-krkmeans-algorithm | K-Means clustering algorithm implementation with multi-dimensional support and customizable features | 23 |
mhjabreel/stf-rnn | Recurrent neural network model for predicting people's next location based on spatial and temporal features | 28 |
reddavis/n-gram | Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |
ankane/ngt-ruby | A high-performance approximate nearest neighbors search library for Ruby | 50 |
norlab-ulaval/libnabo | A fast K Nearest Neighbor library for low-dimensional spaces | 447 |
src-d/kmcuda | Optimized K-means and K-nn implementation using NVIDIA CUDA with low memory consumption | 806 |
emilbayes/kmeans.js | An implementation of the k-means clustering algorithm in JavaScript | 44 |
yerevann/r-net-in-keras | Recreating a complex neural network architecture from a research paper to improve question answering capabilities | 178 |
kenn/bitwise | A high-performance library for efficient bitwise operations on large binary strings | 49 |