0


偏移树与部分标签学习

The Offset Tree for Learning with Partial Labels
课程网址: http://videolectures.net/kdd09_langford_otlpl/  
主讲教师: John Langford
开课单位: 微软公司
开课时间: 2009-09-14
课程语种: 英语
中文简介:
我们提出了一种名为 "偏移树" 的算法, 用于在只观察一个选择的回报而不是所有选择的情况下学习决策。该算法将此设置简化为二进制分类, 允许在此部分信息设置中重用任何现有的、完全受监督的二进制分类算法。我们证明了偏移树是对二进制分类的最佳还原。特别是, 它有遗憾最多 (k-1) 的遗憾的二进制分类器, 它使用 (其中 k 是选择的数量), 没有减少到二进制分类可以做得更好。这种减少在训练和测试时也是计算上的最佳选择, 只需要 o (log k) 工作就可以对示例进行训练或进行预测。 使用偏移树的实验表明, 它通常比几种替代方法性能更好。
课程简介: We present an algorithm, called the Offset Tree, for learning to make decisions in situations where the payoff of only one choice is observed, rather than all choices. The algorithm reduces this setting to binary classification, allowing one to reuse any existing, fully supervised binary classification algorithm in this partial information setting. We show that the Offset Tree is an optimal reduction to binary classification. In particular, it has regret at most (k-1) times the regret of the binary classifier it uses (where k is the number of choices), and no reduction to binary classification can do better. This reduction is also computationally optimal, both at training and test time, requiring just O(log k) work to train on an example or make a prediction. Experiments with the Offset Tree show that it generally performs better than several alternative approaches.
关 键 词: 计算机科学-机器学习-半监督学习
课程来源: 视频讲座网
最后编审: 2020-06-19:cxin
阅读次数: 54