中文
相关论文

相关论文: Two-stage Best-scored Random Forest for Large-scal…

200 篇论文

Various modifications of decision trees have been extensively used during the past years due to their high efficiency and interpretability. Tree node splitting based on relevant feature selection is a key step of decision tree learning, at…

机器学习 · 计算机科学 2017-09-05 Dmitry Ignatov , Andrey Ignatov

The decision tree ensembles use a single data feature at each node for splitting the data. However, splitting in this manner may fail to capture the geometric properties of the data. Thus, oblique decision trees generate the oblique…

机器学习 · 计算机科学 2023-04-17 M. A. Ganaie , M. Tanveer , I. Beheshti , N. Ahmad , P. N. Suganthan

Hash codes are a very efficient data representation needed to be able to cope with the ever growing amounts of data. We introduce a random forest semantic hashing scheme with information-theoretic code aggregation, showing for the first…

计算机视觉与模式识别 · 计算机科学 2015-04-20 Qiang Qiu , Guillermo Sapiro , Alex Bronstein

Decision trees are widely used for classification and regression tasks in a variety of application fields due to their interpretability and good accuracy. During the past decade, growing attention has been devoted to globally optimized…

机器学习 · 计算机科学 2025-01-28 Antonio Consolo , Edoardo Amaldi , Andrea Manno

Random Forests are one of the most popular classifiers in machine learning. The larger they are, the more precise is the outcome of their predictions. However, this comes at a cost: their running time for classification grows linearly with…

机器学习 · 计算机科学 2019-12-24 Frederik Gossen , Bernhard Steffen

Random Forests [Breiman:2001] (RF) are a fully non-parametric statistical method requiring no distributional assumptions on covariate relation to the response. RF are a robust, nonlinear technique that optimizes predictive accuracy by…

统计计算 · 统计学 2016-12-30 John Ehrlinger

Differential evolution possesses a multitude of various strategies for generating new trial solutions. Unfortunately, the best strategy is not known in advance. Moreover, this strategy usually depends on the problem to be solved. This paper…

神经与进化计算 · 计算机科学 2013-07-04 Iztok Fister , Iztok Fister , Janez Brest

Random Forests (RFs) are among the state-of-the-art in machine learning and offer excellent performance with nearly zero parameter tuning. Remarkably, RFs seem to be impervious to overfitting even though their basic building blocks are…

机器学习 · 计算机科学 2021-11-09 Sebastian Buschjäger , Katharina Morik

The Random Forest (RF) classifier is often claimed to be relatively well calibrated when compared with other machine learning methods. Moreover, the existing literature suggests that traditional calibration methods, such as isotonic…

机器学习 · 计算机科学 2025-01-29 Mohammad Hossein Shaker , Eyke Hüllermeier

Recently proposed budding tree is a decision tree algorithm in which every node is part internal node and part leaf. This allows representing every decision tree in a continuous parameter space, and therefore a budding tree can be jointly…

机器学习 · 计算机科学 2014-12-22 Ozan İrsoy , Ethem Alpaydın

We present efficient algorithms for computing a maximum agreement forest (MAF) of a pair of multifurcating (nonbinary) rooted trees. Our algorithms match the running times of the currently best algorithms for the binary case. The size of an…

数据结构与算法 · 计算机科学 2013-05-03 Chris Whidden , Robert G. Beiko , Norbert Zeh

Despite the impressive performance of random forests (RF), its theoretical properties have not been thoroughly understood. In this paper, we propose a novel RF framework, dubbed multinomial random forest (MRF), to analyze the…

机器学习 · 计算机科学 2020-06-09 Yiming Li , Jiawang Bai , Jiawei Li , Xue Yang , Yong Jiang , Chun Li , Shutao Xia

In this article, we strengthen the proof methods of some previously weakly consistent variants of random forests into strongly consistent proof methods, and improve the data utilization of these variants, in order to obtain better…

机器学习 · 统计学 2023-04-11 Junhao Chen , Xueli wang

Due to their efficiency and small size, decision trees and random forests are popular machine learning models used for classification on resource-constrained systems. In such systems, the available execution time for inference in a random…

机器学习 · 计算机科学 2026-03-03 Daniel Biebert , Christian Hakert , Kay Heider , Daniel Kuhse , Sebastian Buschjäger , Jian-Jia Chen

We introduce WildWood (WW), a new ensemble algorithm for supervised learning of Random Forest (RF) type. While standard RF algorithms use bootstrap out-of-bag samples to compute out-of-bag scores, WW uses these samples to produce improved…

机器学习 · 计算机科学 2023-06-14 Stéphane Gaïffas , Ibrahim Merad , Yiyang Yu

We propose a computationally efficient alternative to generalized random forests (GRFs) for estimating heterogeneous effects in large dimensions. While GRFs rely on a gradient-based splitting criterion, which in large dimensions is…

机器学习 · 统计学 2025-06-18 David Fleischer , David A. Stephens , Archer Y. Yang

We propose a novel algorithm for optimizing multivariate linear threshold functions as split functions of decision trees to create improved Random Forest classifiers. Standard tree induction methods resort to sampling and exhaustive search…

机器学习 · 计算机科学 2015-06-26 Mohammad Norouzi , Maxwell D. Collins , David J. Fleet , Pushmeet Kohli

Time series classification (TSC) aims to predict the class label of a given time series, which is critical to a rich set of application areas such as economics and medicine. State-of-the-art TSC methods have mostly focused on classification…

机器学习 · 计算机科学 2021-06-01 Nestor Cabello , Elham Naghizade , Jianzhong Qi , Lars Kulik

A new approach called ABRF (the attention-based random forest) and its modifications for applying the attention mechanism to the random forest (RF) for regression and classification are proposed. The main idea behind the proposed ABRF…

机器学习 · 计算机科学 2022-01-11 Lev V. Utkin , Andrei V. Konstantinov

We present a new way of constructing an ensemble classifier, named the Guided Random Forest (GRAF) in the sequel. GRAF extends the idea of building oblique decision trees with localized partitioning to obtain a global partitioning. We show…

机器学习 · 计算机科学 2025-08-08 Prashant Gupta , Aashi Jindal , Jayadeva , Debarka Sengupta