machinelearnjs
Machine Learning library
A lightweight Machine Learning library for JavaScript and Node.js providing easy-to-use APIs for various algorithms.
Machine Learning library for the web and Node.
540 stars
15 watching
52 forks
Language: TypeScript
last commit: almost 2 years ago
Linked from 2 awesome lists
data-preprocessingeasy-to-usefeature-extractionmachine-learningminimalisticnodeprobabilistic-modelsrandom-foreststatistical-learningstructured-datasvmweb
Related projects:
Repository | Description | Stars |
---|---|---|
benhamner/machinelearning.jl | A Julia library providing a consistent API for common machine learning algorithms | 116 |
jsmlt/jsmlt | A JavaScript library implementing well-known machine learning algorithms in an understandable and modular way for education and research. | 25 |
maciejkula/rustlearn | A Rust machine learning crate providing algorithms and utilities for building and training machine learning models. | 619 |
yining1023/machine-learning-for-the-web | An interactive machine learning project that teaches common high-level techniques and applies them to generate creative outputs in the browser. | 406 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
ryuk17/machinelearning | This is a collection of machine learning algorithms implemented in Python 3.6. | 103 |
jeff1evesque/machine-learning | A web-based platform for machine learning algorithms and data visualization using JavaScript, providing both a graphical interface and an API. | 257 |
mljs/feedforward-neural-networks | An implementation of feedforward neural networks in JavaScript based on the wildml library | 29 |
cloudkj/lambda-ml | A machine learning library written in Lisp (Clojure) providing simple implementations of various algorithms and utilities. | 76 |
magenta/magenta-js | A collection of TypeScript libraries for running inference with pre-trained machine learning models in the browser. | 2,006 |
codingtrain/machine-learning | A collection of resources and examples around machine learning for education and development | 955 |
yandongliu/learningjs | A JavaScript implementation of machine learning algorithms, including logistic regression and decision tree models. | 65 |
cstjean/scikitlearn.jl | A Julia implementation of popular machine learning algorithms and interfaces. | 544 |
monkeylearn/monkeylearn-ruby | Provides an official Ruby client for the MonkeyLearn API to build and consume machine learning models for language processing from Ruby apps. | 80 |
kei500/liblinear-ruby | Provides an interface to train and predict with machine learning models using LIBLINEAR | 83 |