cl-random-forest
Random Forest library
An implementation of Random Forest for multiclass classification and univariate regression in Common Lisp.
Random forest in Common Lisp
59 stars
10 watching
6 forks
Language: Common Lisp
last commit: over 2 years ago
Linked from 1 awesome list
classifiercommon-lispmachine-learningrandom-forestregression
Related projects:
Repository | Description | Stars |
---|---|---|
mljs/random-forest | A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
karpathy/forestjs | An implementation of a Random Forest algorithm for binary classification in JavaScript. | 299 |
karpathy/random-forest-matlab | An implementation of a Random Forest algorithm in MATLAB | 183 |
malaschitz/randomforest | A Go implementation of random forest algorithms for machine learning and data analysis | 46 |
masatoi/cl-online-learning | A collection of machine learning algorithms for online linear classification | 50 |
fxsjy/rf.go | An implementation of Random Forest algorithm in GoLang for classification and regression tasks. | 114 |
raphaelcampos/stacking-bagged-boosted-forests | This project presents a novel approach to classification using Random Forests and stacking techniques | 6 |
lysxia/generic-random | A Haskell package providing generic random generators for arbitrary data types. | 81 |
tmadl/sklearn-random-bits-forest | An implementation of a hybrid machine learning algorithm combining neural networks, boosting, and random forests. | 9 |
mljs/random | Utilities for generating random values from various elements | 2 |
gasche/random-generator | A library to provide an elegant interface for random value generation through combinator libraries. | 27 |
junker/random-ua | Generates random User-Agent strings in Common Lisp. | 3 |
vidalt/ba-trees | Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. | 64 |
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 |
rgf-team/rgf | A collection of implementations and wrappers for a tree ensemble machine learning method | 378 |