PulseAugur
实时 18:26:42
English(EN) Linear Models, Variable Selection, Artificial Intelligence

AI方法增强了线性回归模型中的变量选择

研究人员开发了一种新颖的人工智能方法,用于线性回归模型中的变量选择。该方法利用一个人工神经网络(ANN),该网络经过训练,可根据普通最小二乘(OLS)估计值评估变量的重要性。一项模拟研究证明了ANN的准确性,并将其性能与前向/后向选择、AIC、BIC和LASSO等传统技术进行了比较。该方法还通过世界卫生组织关于预期寿命的数据集进行了说明,并在GitHub上提供了代码和预先训练的ANN。 AI

影响 引入了一种由AI驱动的统计模型选择替代方案,与传统方法相比,有可能提高准确性和效率。

排序理由 学术论文,介绍了一种使用AI进行变量选择的新方法。

在 arXiv stat.ML 阅读 →

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

AI方法增强了线性回归模型中的变量选择

报道来源 [2]

  1. arXiv stat.ML TIER_1 English(EN) · By Riyadh Alrawkan, Edward Boone, Ryad Ghanam, Anton Westveld ·

    Linear Models, Variable Selection, Artificial Intelligence

    arXiv:2604.27191v1 Announce Type: cross Abstract: Variable selection in linear regression models has been a problem since hypothesis testing began. Which variables to include or exclude from a model is not an easy task. Techniques such as Forward, Back ward, Stepwise Regression s…

  2. arXiv stat.ML TIER_1 English(EN) · Anton Westveld ·

    Linear Models, Variable Selection, Artificial Intelligence

    Variable selection in linear regression models has been a problem since hypothesis testing began. Which variables to include or exclude from a model is not an easy task. Techniques such as Forward, Back ward, Stepwise Regression sequentially add or delete variables from a model. …