中文
相关论文

相关论文: Efficient Learning of Ensembles with QuadBoost

200 篇论文

A powerful way to improve performance in machine learning is to construct an ensemble that combines the predictions of multiple models. Ensemble methods are often much more accurate and lower variance than the individual classifiers that…

机器学习 · 计算机科学 2024-12-03 Antonio Macaluso , Luca Clissa , Stefano Lodi , Claudio Sartori

It is challenging for reinforcement learning (RL) algorithms to succeed in real-world applications like financial trading and logistic system due to the noisy observation and environment shifting between training and evaluation. Thus, it…

机器学习 · 计算机科学 2022-05-20 Zhengyu Yang , Kan Ren , Xufang Luo , Minghuan Liu , Weiqing Liu , Jiang Bian , Weinan Zhang , Dongsheng Li

Neural networks are very effective when trained on large datasets for a large number of iterations. However, when they are trained on non-stationary streams of data and in an online fashion, their performance is reduced (1) by the online…

机器学习 · 计算机科学 2023-07-04 Albin Soutif--Cormerais , Antonio Carta , Joost Van de Weijer

Boosting is a generic learning method for classification and regression. Yet, as the number of base hypotheses becomes larger, boosting can lead to a deterioration of test performance. Overfitting is an important and ubiquitous phenomenon,…

机器学习 · 统计学 2015-10-12 Chu Wang , Yingfei Wang , Weinan E , Robert Schapire

We propose an ensemble method to improve the generalization performance of trading strategies trained by deep reinforcement learning algorithms in a highly stochastic environment of intraday cryptocurrency portfolio trading. We adopt a…

交易与市场微观结构 · 定量金融 2023-09-06 Shuyang Wang , Diego Klabjan

We present a simple unified framework for multi-class cost-sensitive boosting. The minimum-risk class is estimated directly, rather than via an approximation of the posterior distribution. Our method jointly optimizes binary weak learners…

计算机视觉与模式识别 · 计算机科学 2016-11-16 Ron Appel , Xavier Burgos-Artizzu , Pietro Perona

Gradient boosting, a method of building additive ensembles from weak learners, has established itself as a practical and theoretically-motivated approach to approximate functions, especially using decision tree weak learners. Comparable…

机器学习 · 计算机科学 2026-03-26 Abhijit Chowdhary , Elizabeth Newman , Deepanshu Verma

We study the cost of parallelizing weak-to-strong boosting algorithms for learning, following the recent work of Karbasi and Larsen. Our main results are two-fold: - First, we prove a tight lower bound, showing that even "slight"…

机器学习 · 计算机科学 2024-02-26 Xin Lyu , Hongxun Wu , Junzhao Yang

Ensembles are a straightforward, remarkably effective method for improving the accuracy,calibration, and robustness of models on classification tasks; yet, the reasons that underlie their success remain an active area of research. We build…

机器学习 · 统计学 2022-06-22 Neha Gupta , Jamie Smith , Ben Adlam , Zelda Mariet

Autoencoders are a category of neural networks with applications in numerous domains and hence, improvement of their performance is gaining substantial interest from the machine learning community. Ensemble methods, such as boosting, are…

机器学习 · 计算机科学 2021-10-29 Sai Krishna , Thulasi Tholeti , Sheetal Kalyani

Ensembling is a popular method used to improve performance as a last resort. However, ensembling multiple models finetuned from a single pretrained model has been not very effective; this could be due to the lack of diversity among ensemble…

机器学习 · 计算机科学 2022-05-25 Sosuke Kobayashi , Shun Kiyono , Jun Suzuki , Kentaro Inui

CatBoost is a popular machine learning library. CatBoost models are based on oblivious decision trees, making training and evaluation rapid. CatBoost has many applications, and some require low latency and high throughput evaluation. This…

机器学习 · 计算机科学 2022-11-02 Alexey Mironov , Ilnur Khuziev

The development of enhanced sampling methods has greatly extended the scope of atomistic simulations, allowing long-time phenomena to be studied with accessible computational resources. Many such methods rely on the identification of an…

计算物理 · 物理学 2022-06-08 Luigi Bonati , GiovanniMaria Piccini , Michele Parrinello

Ensembling can improve the performance of Neural Networks, but existing approaches struggle when the architecture likelihood surface has dispersed, narrow peaks. Furthermore, existing methods construct equally weighted ensembles, and this…

机器学习 · 统计学 2023-03-20 Saad Hamid , Xingchen Wan , Martin Jørgensen , Binxin Ru , Michael Osborne

Gradient boosting is a prediction method that iteratively combines weak learners to produce a complex and accurate model. From an optimization point of view, the learning procedure of gradient boosting mimics a gradient descent on a…

机器学习 · 计算机科学 2022-11-30 Erwan Fouillen , Claire Boyer , Maxime Sangnier

Automatic credit scoring, which assesses the probability of default by loan applicants, plays a vital role in peer-to-peer lending platforms to reduce the risk of lenders. Although it has been demonstrated that dynamic selection techniques…

机器学习 · 计算机科学 2020-10-20 Mahsan Abdoli , Mohammad Akbari , Jamal Shahrabi

Existing guarantees in terms of rigorous upper bounds on the generalization error for the original random forest algorithm, one of the most frequently used machine learning methods, are unsatisfying. We discuss and evaluate various…

机器学习 · 计算机科学 2019-03-07 Stephan Sloth Lorenzen , Christian Igel , Yevgeny Seldin

Sample complexity bounds are a common performance metric in the Reinforcement Learning literature. In the discounted cost, infinite horizon setting, all of the known bounds have a factor that is a polynomial in $1/(1-\gamma)$, where $\gamma…

机器学习 · 计算机科学 2020-07-09 Adithya M. Devraj , Sean P. Meyn

Statistical machine learning methods often face the challenge of limited data available from the population of interest. One remedy is to leverage data from auxiliary source populations, which share some conditional distributions or are…

统计方法学 · 统计学 2024-06-11 Hongxiang Qiu , Eric Tchetgen Tchetgen , Edgar Dobriban

Boosted decision trees typically yield good accuracy, precision, and ROC area. However, because the outputs from boosting are not well calibrated posterior probabilities, boosting yields poor squared error and cross-entropy. We empirically…

机器学习 · 计算机科学 2012-07-09 Alexandru Niculescu-Mizil , Richard A. Caruana