Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Machine learning tools in JavaScript
| Date | Stars |
|---|---|
| 2026-07-31 | 2715 |
| 2026-08-03 | 2715 |
| 2026-08-06 | 2716 |
Today
+1 stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# ml.js - Machine learning tools in JavaScript ## Introduction This library is a compilation of the tools developed in the [mljs](https://github.com/mljs) organization. It is mainly maintained for use in the browser. If you are working with Node.js, you might prefer to add to your dependencies only the libraries that you need, as they are usually published to npm more often. We prefix all our npm package names with `ml-` (eg. ml-matrix) so they are easy to find. To include the ml.js library in a web page: ```html <script src="https://www.lactame.com/lib/ml/6.0.0/ml.min.js"></script> ``` It will be available as the global `ML` variable. The package is in UMD format. ## List of included libraries ### Unsupervised learning - Principal component analysis (PCA): [`ML.PCA`](https://github.com/mljs/pca) - Hierarchical clustering: [`ML.HClust`](https://github.com/mljs/hclust) - K-means clustering: [`ML.KMeans`](https://github.com/mljs/kmeans) ### Supervised learning - Naive Bayes: [`ML.NaiveBayes`](https://github.com/mljs/naive-bayes) - K-Nearest Neighbor (KNN): [`ML.KNN`](https://github.com/mljs/knn) - Partial least squares (PLS): [`ML.PLS`](https://github.com/mljs/pls) - K-OPLS: [`ML.KOPLS`](https://github.com/mljs/pls) - Cross-validation: [`ML.CrossValidation`](https://github.com/mljs/cross-validation) - Confusion matrix: [`ML.ConfusionMatrix`](https://github.com/mljs/confusion-matrix) - Decision tree classifier: [`ML.DecisionTreeClassifier`](https://github.com/mljs/decision-tree-cart) - Random forest classifier: [`ML.RandomForestClassifier`](https://github.com/mljs/random-forest) ### Artificial neural networks (ANN) - Feedforward Neural Networks: [`ML.FNN`](https://github.com/mljs/feedforward-neural-networks) - Self-organizing map / Kohonen networks: [`ML.SOM`](https://github.com/mljs/som) ### Regression - Simple linear regression: [`ML.SimpleLinearRegression`](https://github.com/mljs/regression-simple-linear) - Polynomial regression: [`ML.PolynomialRegression`](https://github.com/mljs/regression-polynomial) - Multivariate linear regression: [`ML.MultivariateLinearRegression`](https://github.com/mljs/regression-multivariate-linear) - Power regression: [`ML.PowerRegression`](https://github.com/mljs/regression-power) - Exponential regression: [`ML.ExponentialRegression`](https://github.com/mljs/regression-exponential) - Theil-Sen regression: [`ML.TheilSenRegression`](https://github.com/mljs/regression-theil-sen) - Robust polynomial regression: [`ML.RobustPolynomialRegression`](https://github.com/mljs/regression-robust-polynomial) - Decision tree regression: [`ML.DecisionTreeRegression`](https://github.com/mljs/decision-tree-cart) - Random forest regression: [`ML.RandomForestRegression`](https://github.com/mljs/random-forest) ### Optimization - Levenberg-Marquardt: [`ML.levenbergMarquardt`](https://github.com/mljs/levenberg-marquardt) - Fast Combinatorial Non-negative Least Squares: [`ML.FCNNLS`](https://github.com/mljs/fcnnls) ### Math - Matrix: [`ML.Matrix`](https://github.com/mljs/matrix) (Matrix class) - Singular value decomposition (SVD): [`ML.SVD`](https://github.com/mljs/matrix) - Eigenvalue decomposition (EVD): [`ML.EVD`](https://github.com/mljs/matrix) - Cholesky decomposition: [`ML.CholeskyDecomposition`](https://github.com/mljs/matrix) - Lu decomposition: [`ML.LuDecomposition`](https://github.com/mljs/matrix) - Qr decomposition: [`ML.QrDecomposition`](https://github.com/mljs/matrix) - Sparse matrix: [`ML.SparseMatrix`](https://github.com/mljs/sparse-matrix) - Kernels: [`ML.Kernel`](https://github.com/mljs/kernel) - Distance functions: [`ML.Distance`](https://github.com/mljs/distance) - Similarity functions: [`ML.Similarity`](https://github.com/mljs/distance) - Distance matrix: [`ML.distanceMatrix`](https://github.com/mljs/distance-matrix) - XORShift-add RNG: [`ML.XSadd`](https://github.com/mljs/xsadd) - non-negative Generalized Morphological Component Analysis [`ML.nGMCA`](https://github.com/mljs/nGMC
Excerpt of 7,225 characters
Read on GitHub139
63
41
29
18
16
Greenkeeper · @greenkeeperio
11
8
3
2
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:21379ae0283c0e29, llm:Topics: javascript, machine-learning, ml; Description and README: 'Machine learning tools in JavaScript', lists supervised and unsupervised algorithms, neural networks, regression, PCA, clustering, etc.
matched fp:21379ae0283c0e29, llm:Topics: javascript, machine-learning, ml; Description and README: 'Machine learning tools in JavaScript', lists supervised and unsupervised algorithms, neural networks, regression, PCA, clustering, etc.