PulseAugur
实时 11:31:00
English(EN) Solve for the Hyperparameter, Skip the Search: Kolmogorov-Optimal Scaling Laws for Spline Regression

新方法解析求解样条回归超参数,降低计算成本

研究人员开发了一种新的样条回归方法,无需进行超参数搜索。这种方法称为Kolmogorov最优阶感知分辨率估计(KORE),通过平衡偏差和噪声曲线来解析求解最优分辨率。KORE通过仅拟合十几个模型,相比传统网格搜索方法所需的数百甚至数千个模型,显著降低了计算成本。该方法在各种数据集上已证明每单位计算量的准确性更高,优于调优后的增强器和核机器。 AI

影响 降低了常见机器学习任务的计算开销,可能加速研发周期。

排序理由 详细介绍样条回归新方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv stat.ML 阅读 →

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

新方法解析求解样条回归超参数,降低计算成本

报道来源 [1]

  1. arXiv stat.ML TIER_1 English(EN) · Kathleen A. Yearick ·

    Solve for the Hyperparameter, Skip the Search: Kolmogorov-Optimal Scaling Laws for Spline Regression

    Hyperparameter tuning almost always means search: fit the model at every value on a grid, score each by cross-validation, and keep the winner. For spline regression that search is unnecessary. The optimal resolution can be solved for in closed form, to the accuracy an exhaustive …