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
60 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 |
---|---|---|
| A JavaScript implementation of a random forest algorithm for classification and regression tasks. | 61 |
| An implementation of a Random Forest algorithm for binary classification in JavaScript. | 300 |
| An implementation of a Random Forest algorithm in MATLAB | 183 |
| A Go implementation of random forest algorithms for machine learning and data analysis | 47 |
| A collection of machine learning algorithms for online linear classification | 50 |
| An implementation of Random Forest algorithm in GoLang for classification and regression tasks. | 114 |
| This project presents a novel approach to classification using Random Forests and stacking techniques | 6 |
| A Haskell package providing generic random generators for arbitrary data types. | 81 |
| An implementation of a hybrid machine learning algorithm combining neural networks, boosting, and random forests. | 9 |
| Utilities for generating random values from various elements | 2 |
| A library to provide an elegant interface for random value generation through combinator libraries. | 29 |
| Generates random User-Agent strings in Common Lisp. | 3 |
| Transforms random forests into minimal-size trees with the same prediction function across the entire feature space. | 64 |
| An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data | 100 |
| A collection of implementations and wrappers for a tree ensemble machine learning method | 379 |