KNear
KNN algorithm
A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning
K-nearest neighbors algorithm for supervised learning implemented in javascript
48 stars
6 watching
8 forks
Language: JavaScript
last commit: over 7 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 |
| 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 |
| 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 |
| An implementation of the k-means clustering algorithm in JavaScript | 45 |
| 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 |
| An implementation of the Hebbian learning method for unsupervised machine learning using neural networks. | 13 |
| A JavaScript library for training and deploying neural networks in the browser | 10,902 |
| A JavaScript library for building and training neural networks with automatic differentiation | 937 |
| A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
| An implementation of graph neural networks for solving combinatorial optimization problems | 43 |
| A library for efficient searching of high-dimensional data points using graph and tree-based methods | 1,272 |
| A collection of clustering algorithms implemented in JavaScript | 30 |