中文
相关论文

相关论文: Deterministic Apple Tasting

200 篇论文

We consider the problem of prediction with expert advice when the losses of the experts have low-dimensional structure: they are restricted to an unknown $d$-dimensional subspace. We devise algorithms with regret bounds that are independent…

机器学习 · 计算机科学 2016-05-24 Elad Hazan , Tomer Koren , Roi Livni , Yishay Mansour

Choosing a decision threshold is one of the challenging job in any classification tasks. How much the model is accurate, if the deciding boundary is not picked up carefully, its entire performance would go in vain. On the other hand, for…

计算机视觉与模式识别 · 计算机科学 2021-05-25 Bharat Bohara

Can a deep neural network be approximated by a small decision tree based on simple features? This question and its variants are behind the growing demand for machine learning models that are *interpretable* by humans. In this work we study…

Learning under one-sided feedback (i.e., where we only observe the labels for examples we predicted positively on) is a fundamental problem in machine learning -- applications include lending and recommendation systems. Despite this, there…

机器学习 · 计算机科学 2020-10-14 Heinrich Jiang , Qijia Jiang , Aldo Pacchiano

Whereas cognitive models of learning often assume direct experience with both the features of an event and with a true label or outcome, much of everyday learning arises from hearing the opinions of others, without direct access to either…

人工智能 · 计算机科学 2025-12-05 Yun-Shiuan Chuang , Jerry Zhu , Timothy T. Rogers

For many interesting tasks, such as medical diagnosis and web page classification, a learner only has access to some positively labeled examples and many unlabeled examples. Learning from this type of data requires making assumptions about…

机器学习 · 计算机科学 2018-08-28 Jessa Bekker , Jesse Davis

Recently, there has been significant progress in understanding reinforcement learning in discounted infinite-horizon Markov decision processes (MDPs) by deriving tight sample complexity bounds. However, in many real-world applications, an…

机器学习 · 统计学 2016-05-12 Christoph Dann , Emma Brunskill

We consider the problem of strategic classification, where a learner must build a model to classify agents based on features that have been strategically modified. Previous work in this area has concentrated on the case when the learner is…

机器学习 · 计算机科学 2025-05-19 Jack Geary , Henry Gouk

Models often need to be constrained to a certain size for them to be considered interpretable. For example, a decision tree of depth 5 is much easier to understand than one of depth 50. Limiting model size, however, often reduces accuracy.…

机器学习 · 计算机科学 2020-07-02 Abhishek Ghose , Balaraman Ravindran

Consider the following heuristic for building a decision tree for a function $f : \{0,1\}^n \to \{\pm 1\}$. Place the most influential variable $x_i$ of $f$ at the root, and recurse on the subfunctions $f_{x_i=0}$ and $f_{x_i=1}$ on the…

数据结构与算法 · 计算机科学 2019-11-19 Guy Blanc , Jane Lange , Li-Yang Tan

Binary classification from positive-only samples is a variant of PAC learning where the learner receives i.i.d. positive samples and aims to learn a classifier with low error. Previous work by Natarajan, Gereb-Graus, and Shvaytser…

机器学习 · 统计学 2026-05-13 Jane H. Lee , Anay Mehrotra , Manolis Zampetakis

Hypothesis-pruning maximizes the hypothesis updates for active learning to find those desired unlabeled data. An inherent assumption is that this learning manner can derive those updates into the optimal hypothesis. However, its convergence…

机器学习 · 计算机科学 2023-09-21 Xiaofeng Cao , Yaming Guo , Ivor W. Tsang , James T. Kwok

In this paper we consider the problem of binary hypothesis testing with finite memory systems. Let $X_1,X_2,\ldots$ be a sequence of independent identically distributed Bernoulli random variables, with expectation $p$ under $\mathcal{H}_0$…

信息论 · 计算机科学 2020-05-18 Tomer Berg , Ofer Shayevitz , Or Ordentlich

The recency heuristic in reinforcement learning is the assumption that stimuli that occurred closer in time to an acquired reward should be more heavily reinforced. The recency heuristic is one of the key assumptions made by TD($\lambda$),…

机器学习 · 计算机科学 2024-08-27 Brett Daley , Marlos C. Machado , Martha White

In this paper, we consider classes of decision tables with many-valued decisions closed relative to removal of attributes (columns) and changing sets of decisions assigned to rows. For tables from an arbitrary closed class, we study a…

计算复杂性 · 计算机科学 2023-12-06 Azimkhon Ostonov , Mikhail Moshkov

In pool-based active learning, the learner is given an unlabeled data set and aims to efficiently learn the unknown hypothesis by querying the labels of the data points. This can be formulated as the classical Optimal Decision Tree (ODT)…

机器学习 · 计算机科学 2024-08-01 Su Jia , Fatemeh Navidi , Viswanath Nagarajan , R. Ravi

Binary classification is a task that involves the classification of data into one of two distinct classes. It is widely utilized in various fields. However, conventional classifiers tend to make overconfident predictions for data that…

机器学习 · 计算机科学 2025-03-13 Shoma Yokura , Akihisa Ichiki

Multi-distribution learning extends agnostic Probably Approximately Correct (PAC) learning to the setting in which a family of $k$ distributions, $\{D_i\}_{i\in[k]}$, is considered and a classifier's performance is measured by its error…

机器学习 · 计算机科学 2025-06-24 Chicheng Zhang , Yihan Zhou

Model selection is treated as a standard performance boosting step in many machine learning applications. Once all other properties of a learning problem are fixed, the model is selected by grid search on a held-out validation set. This is…

机器学习 · 统计学 2019-06-28 Manuel Haussmann , Fred A. Hamprecht , Melih Kandemir

In this paper, we study a variant of the framework of online learning using expert advice with limited/bandit feedback. We consider each expert as a learning entity, seeking to more accurately reflecting certain real-world applications. In…

机器学习 · 计算机科学 2017-02-21 Adish Singla , Hamed Hassani , Andreas Krause