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: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of the K Nearest Neighbors algorithm using Scheme and Racket | 16 |
| A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning | 48 |
| An implementation of a K-Nearest Neighbor algorithm for supervised learning | 7 |
| An implementation of a k-Nearest Neighbor algorithm for classification in Racket. | 1 |
| A Julia package for efficient nearest neighbor searches in high-dimensional spaces | 426 |
| A Python implementation of an algorithm for smoothing high-throughput single-cell RNA-Seq data using k-nearest neighbors. | 53 |
| K-Means clustering algorithm implementation with multi-dimensional support and customizable features | 23 |
| Recurrent neural network model for predicting people's next location based on spatial and temporal features | 28 |
| Generates sequences of characters from a given text, useful for data analysis and modeling | 37 |
| A high-performance approximate nearest neighbors search library for Ruby | 52 |
| A fast K Nearest Neighbor library for low-dimensional spaces | 452 |
| Optimized K-means and K-nn implementation using NVIDIA CUDA with low memory consumption | 809 |
| An implementation of the k-means clustering algorithm in JavaScript | 45 |
| Recreating a complex neural network architecture from a research paper to improve question answering capabilities | 178 |
| A high-performance library for efficient bitwise operations on large binary strings | 49 |