forestjs
Random Forest library
An implementation of a Random Forest algorithm for binary classification in JavaScript.
Random Forest implementation for JavaScript. Supports arbitrary weak learners. Includes interactive demo.
299 stars
21 watching
57 forks
Language: JavaScript
last commit: about 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
karpathy/random-forest-matlab | An implementation of a Random Forest algorithm in MATLAB | 183 |
mljs/random-forest | A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
masatoi/cl-random-forest | An implementation of Random Forest for multiclass classification and univariate regression in Common Lisp. | 59 |
malaschitz/randomforest | A Go implementation of random forest algorithms for machine learning and data analysis | 46 |
fxsjy/rf.go | An implementation of Random Forest algorithm in GoLang for classification and regression tasks. | 114 |
imbs-hl/ranger | A fast implementation of random forests suitable for high-dimensional data in C++ | 776 |
mljs/random | Utilities for generating random values from various elements | 2 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,895 |
raphaelcampos/stacking-bagged-boosted-forests | This project presents a novel approach to classification using Random Forests and stacking techniques | 6 |
ryanbressler/cloudforest | A high-performance ensemble learning framework for decision trees in Go. | 739 |
chancejs/chance-cli | Random generator utility for generating random strings, numbers, and other data types | 87 |
tmadl/sklearn-random-bits-forest | An implementation of a hybrid machine learning algorithm combining neural networks, boosting, and random forests. | 9 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
vidalt/ba-trees | Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. | 64 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |