kingfengji/gcForest
This is the official implementation for the paper 'Deep forest: Towards an alternative to deep neural networks'
This project offers a machine learning method called gcForest, which can be used to classify data. You input a dataset, and it produces predictions or classifications for that data. This is for machine learning practitioners and researchers who need a robust alternative to traditional deep neural networks for classification tasks.
1,314 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher or practitioner looking for a powerful, non-neural network-based approach to classify your data, especially if you have image-like or sequence-like data.
Not ideal if you require the absolute latest version with efficiency improvements, as this specific repository is no longer maintained and points to a newer project.
Stars
1,314
Forks
425
Language
Python
License
—
Category
Last pushed
Feb 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kingfengji/gcForest"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
grf-labs/grf
Generalized Random Forests
LAMDA-NJU/Deep-Forest
An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
cerlymarco/linear-tree
A python library to build Model Trees with Linear Models at the leaves.
benedekrozemberczki/awesome-decision-tree-papers
A collection of research papers on decision, classification and regression trees with implementations.
ysraell/random-forest-mc
Random Forest with Dynamic Tree Selection Monte Carlo Based (RF-TSMC).