ml and MLweb
These are competitors; ml.js is a mature, actively maintained general-purpose ML library with broad adoption, while MLweb is an abandoned alternative offering similar core functionality (linear algebra, statistics, optimization) with negligible usage.
About ml
mljs/ml
Machine learning tools in JavaScript
This is a collection of essential algorithms for data analysis and modeling, designed for use directly within web browsers. It takes your raw data – like numbers in spreadsheets or measurements from experiments – and processes it to find patterns, make predictions, or simplify complex information. This is for anyone building interactive web applications that need to analyze data on the fly, such as data scientists creating dashboards or researchers developing online experimental tools.
About MLweb
lauerfab/MLweb
Machine learning and scientific computing (linear algebra, statistics, optimization) javascript libraries, with an online lab.
This project helps web developers embed machine learning and scientific computing features directly into web pages and applications. It takes raw data, mathematical formulas, or statistical models as input, and outputs trained models, analytical results, or interactive web-based tools. It's designed for front-end developers building data-driven web experiences.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work