Pinned Repositories
distance
Distance functions to compare vectors
feedforward-neural-networks
A implementation of feedforward neural networks based on wildml implementation
kmeans
K-Means clustering
knn
A k-nearest neighboor classifier algorithm.
levenberg-marquardt
Curve fitting method in JavaScript
libsvm
LIBSVM for the browser and nodejs :fire:
matrix
Matrix manipulation and computation library
ml
Machine learning tools in JavaScript
pca
Principal component analysis
random-forest
Random forest for classification and regression.
ml.js's Repositories
mljs/knn
A k-nearest neighboor classifier algorithm.
mljs/kmeans
K-Means clustering
mljs/regression-multivariate-linear
Multivariate linear regression
mljs/curve-fitting
Levenberg Marquardt curve-fitting: minimize sum of weighted squared residuals
mljs/confusion-matrix
Confusion matrix for supervised classification
mljs/savitzky-golay-generalized
General Least-Squares Smoothing and Differentiation by the Convolution (Savitzky-Golay) Method Peter A. Gorry
mljs/pls
PLS regression algorithm
mljs/convolution
Convolution using the FFT or direct algorithm.
mljs/dbscan
mljs/distance-euclidean
Compute the euclidean distance between two vectors
mljs/floyd-warshall
Algorithm for finding shortest paths in a weighted graph with positive or negative edge weights (but with no negative cycles)
mljs/nmf
Non-negative Matrix Factorization (NMF)
mljs/airpls
Baseline correction using adaptive iteratively reweighted penalized least squares
mljs/dataset
dataset for multivariate analysis
mljs/ml-pipe
mljs/pcr
mljs/regression-theil-sen
Method for robust fitting a line to a set of points
mljs/statistics
mljs/baseline-correction-regression
Iterative regression-based baseline correction.
mljs/dataset-metadata
a class to manipulate metadata for statistical analysis
mljs/regression-base
Base class for regression packages
mljs/regression-polynomial-2d
mljs/affine-transform
Get and apply affine transform to 2D points
mljs/directional-distribution
mljs/integral-transforms
mljs/linear-sum-assignment
Package to perform a linear sum assignment even if the cost matrix is rectangular.
mljs/nnls
Non-Negative Least-Squares
mljs/ransac
mljs/roc-multiclass
mljs/rolling-ball-baseline
rolling ball baseline correction