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 4 years ago

Related projects:

RepositoryDescriptionStars
karpathy/forestjsAn implementation of a Random Forest algorithm for binary classification in JavaScript.300
masatoi/cl-random-forestAn implementation of Random Forest for multiclass classification and univariate regression in Common Lisp.60
malaschitz/randomforestA Go implementation of random forest algorithms for machine learning and data analysis47
karpathy/random-forest-matlabAn implementation of a Random Forest algorithm in MATLAB183
fxsjy/rf.goAn implementation of Random Forest algorithm in GoLang for classification and regression tasks.114
mljs/randomUtilities for generating random values from various elements2
imbs-hl/rangerA fast implementation of random forests suitable for high-dimensional data in C++780
tmadl/sklearn-random-bits-forestAn implementation of a hybrid machine learning algorithm combining neural networks, boosting, and random forests.9
raphaelcampos/stacking-bagged-boosted-forestsThis project presents a novel approach to classification using Random Forests and stacking techniques6
doubleplusplus/incremental_decision_tree-cart-random_forestAn implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data100
mljs/feedforward-neural-networksAn implementation of feedforward neural networks in JavaScript based on the wildml library29
mljs/xsaddA JavaScript pseudo random number generator implementation3
rgf-team/rgfA collection of implementations and wrappers for a tree ensemble machine learning method379
vidalt/ba-treesTransforms random forests into minimal-size trees with the same prediction function across the entire feature space.64
ryanbressler/cloudforestA high-performance ensemble learning framework for decision trees in Go.740