Papers › Deep Forest

Deep Forest

28 Feb 2017arXiv:1702.08835archive 2025-07-28

Zhi-Hua Zhou, Ji Feng

Current deep learning models are mostly build upon neural networks, i.e., multiple layers of parameterized differentiable nonlinear modules that can be trained by backpropagation. In this paper, we explore the possibility of building deep models based on non-differentiable modules. We conjecture that the mystery behind the success of deep neural networks owes much to three characteristics, i.e., layer-by-layer processing, in-model feature transformation and sufficient model complexity. We propose the gcForest approach, which generates \textit{deep forest} holding these characteristics. This is a decision tree ensemble approach, with much less hyper-parameters than deep neural networks, and its model complexity can be automatically determined in a data-dependent way. Experiments show that its performance is quite robust to hyper-parameter settings, such that in most cases, even across different data from different domains, it is able to get excellent performance by using the same default setting. This study opens the door of deep learning based on non-differentiable modules, and exhibits the possibility of constructing deep models without using backpropagation.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1702.08835")

Code

Syntology Ran 0 of 16 code samples harvested from 3 repositories linked to this paper; 16 have no recorded run.

By repository: community (archive-listed): 16 samples from 3 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

19 repositories listed; official and paper-mentioned ones first.

DataXujing/gcForest_r mentioned on GitHubtf report
Hugo421/deep-rf mentioned on GitHubGPL-3.0 report
Inter-credit-AI/gcForest mentioned on GitHubtf report
LAMDA-NJU/Deep-Forest mentioned on GitHub report
MicroAVA/MWAS-Biomarkers mentioned on GitHub report
PasaLab/forestlayer mentioned on GitHubApache-2.0 report
RanSuLab/Deep-Resp-Forest mentioned on GitHub report
cran/gcForest mentioned on GitHubtf report
da-moon/classifiers-monorepo mentioned on GitHubtf report
hit-rui/forest mentioned on GitHub report
hx123123/Delivery-gcForest mentioned on GitHub report
kingfengji/gcForest mentioned on GitHub report
lee-zq/Multichannel-GCForest mentioned on GitHub report
leopiney/deep-forest mentioned on GitHubMIT report
matejklemen/deep-rf mentioned on GitHubGPL-3.0 report
pylablanche/gcForest mentioned on GitHubMIT report
wm215259644/gcForest mentioned on GitHubNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 1 of the 16 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_comb_time PasaLab/forestlayer/forestlayer/backend/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 552b7373509cac10 · report
add_fit_time PasaLab/forestlayer/forestlayer/backend/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 257dbf8a0903b72c · report
add_kfold_time PasaLab/forestlayer/forestlayer/backend/common.py community (archive-listed) unverified Apache-2.0 (permissive) · cae5ed195d7bc040 · report
create_logger leopiney/deep-forest/utils.py community (archive-listed) unverified MIT (permissive) · 52c95b981a1a3d21 · report
deepforest_model_doc LAMDA-NJU/Deep-Forest/deepforest/cascade.py community (archive-listed) unverified licence not identified · pointer only · 53a12c0f59958db8 · report
get_CIFAR10_data leopiney/deep-forest/data_utils.py community (archive-listed) unverified MIT (permissive) · 635e2c1e82a6b0b4 · report
get_num_nodes PasaLab/forestlayer/forestlayer/backend/backend.py community (archive-listed) unverified Apache-2.0 (permissive) · c62dafdca8af26b5 · report
load_CIFAR10 leopiney/deep-forest/data_utils.py community (archive-listed) unverified MIT (permissive) · c8f533a07fd78a1d · report
load_CIFAR_batch leopiney/deep-forest/data_utils.py community (archive-listed) unverified MIT (permissive) · 99aff553585ed743 · report
load_data PasaLab/forestlayer/forestlayer/datasets/imdb.py community (archive-listed) unverified Apache-2.0 (permissive) · 6964a1a70c08d009 · report
load_data PasaLab/forestlayer/forestlayer/datasets/smallnorb.py community (archive-listed) unverified Apache-2.0 (permissive) · 7ccf228fa7971aeb · report
load_mat PasaLab/forestlayer/forestlayer/datasets/uci_sEMG.py community (archive-listed) unverified Apache-2.0 (permissive) · dcff3f26f6a2c27b · report
load_util PasaLab/forestlayer/forestlayer/datasets/uci_adult.py community (archive-listed) unverified Apache-2.0 (permissive) · 5eb5e6e72cb6e10c · report
pb2pred PasaLab/forestlayer/forestlayer/backend/backend.py community (archive-listed) unverified Apache-2.0 (permissive) · 17589faf9d473cf4 · report
stat_nodes PasaLab/forestlayer/forestlayer/backend/backend.py community (archive-listed) unverified Apache-2.0 (permissive) · a783c2470abb60eb · report
transform_phase PasaLab/forestlayer/forestlayer/datasets/smallnorb.py community (archive-listed) unverified Apache-2.0 (permissive) · f5f72dc507e83016 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections