PulseAugur
实时 09:16:52
English(EN) Factorized AdaBoost.MH Achieves the Same Convergence Rate as AdaBoost.MH

Factorized AdaBoost.MH 匹配原始收敛速率

一篇新论文介绍了一种 AdaBoost.MH 多类分类算法的变体——Factorized AdaBoost.MH。通过在所有类之间共享单个二元分类器,这种分解提供了算法优势和改进的实际性能。研究表明,Factorized AdaBoost.MH 达到了与原始 AdaBoost.MH 相同的收敛速率,消除了先前识别出的与维度相关的减速。 AI

影响 这项研究改进了提升算法,可能提高了多类分类任务的效率。

排序理由 该集群包含一篇详细介绍新算法的研究论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Factorized AdaBoost.MH 匹配原始收敛速率

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Xin Zou, Jingyuan Xu ·

    Factorized AdaBoost.MH Achieves the Same Convergence Rate as AdaBoost.MH

    arXiv:2608.01091v1 Announce Type: new Abstract: AdaBoost.MH reduces multi-class classification to a collection of binary subproblems and enjoys the classical boosting-type convergence guarantee under a weak learning condition. A more structured variant, Factorized AdaBoost.MH, us…