learningjs
Machine learning library
A JavaScript implementation of machine learning algorithms, including logistic regression and decision tree models.
javascript implementation of logistic regression/c4.5 decision tree
65 stars
5 watching
16 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jsmlt/jsmlt | A JavaScript library implementing well-known machine learning algorithms in an understandable and modular way for education and research. | 25 |
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 |
yandex/rep | A toolset for building and running reproducible machine learning experiments in Python | 689 |
machinelearnjs/machinelearnjs | A lightweight Machine Learning library for JavaScript and Node.js providing easy-to-use APIs for various algorithms. | 540 |
bensadeghi/decisiontree.jl | A Julia package implementing popular machine learning algorithms | 8 |
benhamner/machinelearning.jl | A Julia library providing a consistent API for common machine learning algorithms | 116 |
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 |
guanh01/cs692-mlsys | A repository of papers and resources on systems for machine learning and machine learning for systems. | 56 |
joshuaeckroth/clj-ml | A Clojure library for building machine learning models on top of Weka and other algorithms | 136 |
cogcomp/lbjava | An open-source software project providing tools and examples for building machine learning models in Java | 13 |
luccastera/shaman | A machine learning library that supports linear regression algorithms in Node.js | 109 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
cloudkj/lambda-ml | A machine learning library written in Lisp (Clojure) providing simple implementations of various algorithms and utilities. | 76 |
eduardoleao052/js-pytorch | A JavaScript library that provides GPU-accelerated deep learning capabilities with automatic differentiation and neural network layers. | 1,084 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,889 |