paper-with-me

홈 › Papers

Batched Lazy Decision Trees

2016-03-08 · Mathieu Guillame-Bert, Artur Dubrawski

We introduce a batched lazy algorithm for supervised classification using decision trees. It avoids unnecessary visits to irrelevant nodes when it is used to make predictions with either eagerly or lazily trained decision trees. A set of experiments demonstrate that the proposed algorithm can outperform both the conventional and lazy decision tree algorithms in terms of computation time as well as memory consumption, without compromising accuracy.

📄 PDF Abstract BibTeX arXiv:1603.02578

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

A Surprisingly Simple Continuous-Action POMDP Solver: Lazy Cross-Entropy Search Over Policy Trees

2023-05-14 · Marcus Hoerger, Hanna Kurniawati, Dirk Kroese, Nan Ye

The Partially Observable Markov Decision Process (POMDP) provides a principled framework for decision making in stochastic partially observable environments. However, computing good solutions for problems with continuous…

Decision Making

LazyBatching: An SLA-aware Batching System for Cloud Machine Learning Inference

2020-10-25 · Yujeong Choi, Yunseong Kim, Minsoo Rhu

In cloud ML inference systems, batching is an essential technique to increase throughput which helps optimize total-cost-of-ownership. Prior graph batching combines the individual DNN graphs into a single one, allowing m…

BIG-bench Machine LearningScheduling

Batched Differentiable Rigid Body Dynamics in PyTorch for GPU-Accelerated Robot Learning

2026-05-29 · Yue Wang, Yanran Xu, Wenbo Wu, Chuanhang Qiu 외 arxiv

As robot control shifts toward large-scale reinforcement learning with in-loop dynamics computation, the community's reliance on CPU-bound libraries such as Pinocchio creates a throughput bottleneck in GPU-based training…

Reinforcement Learning

Lazy-MDPs: Towards Interpretable Reinforcement Learning by Learning When to Act

2022-03-16 · Alexis Jacq, Johan Ferret, Olivier Pietquin, Matthieu Geist

Traditionally, Reinforcement Learning (RL) aims at deciding how to act optimally for an artificial agent. We argue that deciding when to act is equally important. As humans, we drift from default, instinctive or memorize…

Atari GamesDecision Makingreinforcement-learningReinforcement Learning (RL)

Semi-Parametric Batched Global Multi-Armed Bandits with Covariates

2025-03-01 · Sakshi Arya, Hyebin Song

The multi-armed bandits (MAB) framework is a widely used approach for sequential decision-making, where a decision-maker selects an arm in each round with the goal of maximizing long-term rewards. Moreover, in many pract…

Decision MakingMulti-Armed BanditsRecommendation SystemsSequential Decision Making