Machine learningMachine learning
オンライン線形回帰
オンライン線形回帰は、1回の観測ごとに線形モデルを適合させ、新しいデータポイントが到着するたびに重みを段階的に更新します。バッチ最小二乗法とは異なり、データセット全体を格納したり再処理したりする必要がないため、ストリーミングデータ、非常に大規模なデータセット、およびデータ生成プロセスが時間とともに変化する可能性のある環境に自然に選択されます。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Shalev-Shwartz, S. (2012). Online Learning and Online Convex Optimization. Foundations and Trends in Machine Learning, 4(2), 107–194. DOI: 10.1561/2200000018 ↗
- Haykin, S. (2002). Adaptive Filter Theory (4th ed.). Prentice Hall. ISBN: 978-0130901262
このページの引用方法
ScholarGate. (2026, June 3). Online Linear Regression (Incremental Least-Squares). ScholarGate. https://scholargate.app/ja/machine-learning/online-linear-regression
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 線形回帰(機械学習)機械学習↔ compare
- オンライン学習機械学習↔ compare
- オンラインロジスティック回帰機械学習↔ compare
- 正則化線形回帰機械学習↔ compare
- リッジ回帰機械学習↔ compare
- 確率的勾配降下法 (SGD)機械学習↔ compare