Online/Batch generalized linear models under square loss

バージョン 1.1.0.0 (14.9 KB) 作成者: Fedor
Online (competitive)/batch prediction using generalized linear models under square loss
ダウンロード: 634
更新 2010/8/11

ライセンスの表示

This is the package for online (competitive)/batch prediction using generalized linear models under square loss. The algorithms are derived using the Aggregating Algorithm.

The algorithms have guarantees on the cumulative square loss for the worst case when applied in online fashion in comparison with the best model from the class [1].

The variable regressed should lie in [0,1], thus the program is a tool for two-class classification or for bounded regression.
Four possibilities are provided: linear regression, logistic regression, probit regression, comlog regression. Other functions can be easily added/used.

The models are developed and first applied in [1], the competitor to linear regressor (AAR) was first suggested in [2].

FIle examplepredict.m contains an example of use. The data set is the wine data set available from UCI Machine Learning Repository.
Two first clases are taken, vectors are randomly permuted, features are normalized to have zero mean and maximum absolute value 1.
This particular problem is not very suitable for online regression, so the data set just illustrates how to use the program.

References:
1. Fedor Zhdanov and Vladimir Vovk. Competitive online generalized linear regression under square loss, to appear in ECML 2010 proceedings.
2. Vladimir Vovk. Competitive on-line statistics. International Statistical Review, 69:213–248, 2001.

(C) Fedor Zhdanov, 2010.

引用

Fedor (2024). Online/Batch generalized linear models under square loss (https://www.mathworks.com/matlabcentral/fileexchange/28251-online-batch-generalized-linear-models-under-square-loss), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear and Nonlinear Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

fixed typos

1.0.0.0