random-forest

Forest algorithm

A JavaScript implementation of a random forest algorithm for classification and regression tasks.

Random forest for classification and regression.

GitHub

61 stars
10 watching
21 forks
Language: JavaScript
last commit: over 2 years ago

Related projects:

Repository Description Stars
karpathy/forestjs An implementation of a Random Forest algorithm for binary classification in JavaScript. 299
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
karpathy/random-forest-matlab An implementation of a Random Forest algorithm in MATLAB 183
fxsjy/rf.go An implementation of Random Forest algorithm in GoLang for classification and regression tasks. 114
mljs/random Utilities for generating random values from various elements 2
imbs-hl/ranger A fast implementation of random forests suitable for high-dimensional data in C++ 776
tmadl/sklearn-random-bits-forest An implementation of a hybrid machine learning algorithm combining neural networks, boosting, and random forests. 9
raphaelcampos/stacking-bagged-boosted-forests This project presents a novel approach to classification using Random Forests and stacking techniques 6
doubleplusplus/incremental_decision_tree-cart-random_forest An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data 100
mljs/feedforward-neural-networks An implementation of feedforward neural networks in JavaScript based on the wildml library 29
mljs/xsadd A JavaScript pseudo random number generator implementation 3
rgf-team/rgf A collection of implementations and wrappers for a tree ensemble machine learning method 378
vidalt/ba-trees Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. 64
ryanbressler/cloudforest A high-performance ensemble learning framework for decision trees in Go. 739