Online/Batch generalized linear models under square loss

Versión 1.1.0.0 (14,9 KB) por Fedor
Online (competitive)/batch prediction using generalized linear models under square loss
634 descargas
Actualizado 11 ago 2010

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Linear and Nonlinear Regression en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

fixed typos

1.0.0.0