paper-with-me

홈 › Papers

InfiniteBoost: building infinite ensembles with gradient descent

2017-06-04 · Alex Rogozhnikov, Tatiana Likhomanenko

In machine learning ensemble methods have demonstrated high accuracy for the variety of problems in different areas. Two notable ensemble methods widely used in practice are gradient boosting and random forests. In this paper we present InfiniteBoost - a novel algorithm, which combines important properties of these two approaches. The algorithm constructs the ensemble of trees for which two properties hold: trees of the ensemble incorporate the mistakes done by others; at the same time the ensemble could contain the infinite number of trees without the over-fitting effect. The proposed algorithm is evaluated on the regression, classification, and ranking tasks using large scale, publicly available datasets.

📄 PDF Abstract BibTeX arXiv:1706.01109

Code (1)

arogozhnikov/infiniteboost 공식 구현

Tasks

BIG-bench Machine LearningGeneral Classificationregression

Similar Papers 제목 키워드 기반

Stochastic Particle Gradient Descent for Infinite Ensembles

2017-12-14 · Atsushi Nitanda, Taiji Suzuki

The superior performance of ensemble methods with infinite models are well known. Most of these methods are based on optimization problems in infinite-dimensional spaces with some regularization, for instance, boosting m…

Ensemble LearningStochastic Optimization

Embedded Ensembles: Infinite Width Limit and Operating Regimes

2022-02-24 · Maksim Velikanov, Roman Kail, Ivan Anokhin, Roman Vashurin 외

A memory efficient approach to ensembling neural networks is to share most weights among the ensembled models by means of a single reference network. We refer to this strategy as Embedded Ensembling (EE); its particular …

Limit Theorems for Stochastic Gradient Descent with Infinite Variance

2024-10-21 · Jose Blanchet, Aleksandar Mijatović, Wenhao Yang

Stochastic gradient descent is a classic algorithm that has gained great popularity especially in the last decades as the most common approach for training models in machine learning. While the algorithm has been well-st…

regression

Algorithmic Regularization in Learning Deep Homogeneous Models: Layers are Automatically Balanced

2018-06-04 · NeurIPS 2018 12 · Simon S. Du, Wei Hu, Jason D. Lee

We study the implicit regularization imposed by gradient descent for learning multi-layer homogeneous functions including feed-forward fully connected and convolutional deep neural networks with linear, ReLU or Leaky ReL…

A Neural Tangent Kernel Perspective of Infinite Tree Ensembles

2021-09-10 · ICLR 2022 4 · Ryuichi Kanoh, Mahito Sugiyama

In practical situations, the tree ensemble is one of the most popular models along with neural networks. A soft tree is a variant of a decision tree. Instead of using a greedy method for searching splitting rules, the so…