How to implement Oza bagging Algorithm (online bagging) in matlab?

1 回表示 (過去 30 日間)
ALBERT COSTA
ALBERT COSTA 2017 年 1 月 25 日
編集済み: Sally Al Khamees 2017 年 2 月 1 日
First, apologies for my poor English;
I need to implement Oza bagging algorithm in matlab. Oza baggins is an algorithm to incremental learning. The pseudo-code is this.
1. Input: S: dataset, M: number of base learners
2. for n = 1,...,N do
3. for m = 1,...,M do
4. let K ~ Poisson(1)
5. train the base learner Hm -> Y (using (Xn,Yn))
6. endFor
7. endFor
My doubt is How to implement incremental learning (line 5) in matlab.
Thank you.

採用された回答

Sally Al Khamees
Sally Al Khamees 2017 年 2 月 1 日
編集済み: Sally Al Khamees 2017 年 2 月 1 日
you can use the description of the algorithm here to implement the algorithm.
Also the description of Bagging here might give your pointers

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Statistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by