Description of the problem
Task is to discuss implementation of both Multi-Class and Two-Class AdaBoost. Paper we have referred to is this: https://web.stanford.edu/~hastie/Papers/samme.pdf
Current Thoughts
- For the multi-class adaboost we will implement Algorithm 4 in the paper which is
SAMME.R
Initial Doubts
- For two-class adaboost, which algorithm should we be following?
- We are having some trouble understanding the paper. Especially this line in Algorithm 4:

where the RHS is expanded as:

We are not able to understand what the f and the I symbol mean.
Description of the problem
Task is to discuss implementation of both Multi-Class and Two-Class AdaBoost. Paper we have referred to is this: https://web.stanford.edu/~hastie/Papers/samme.pdf
Current Thoughts
SAMME.RInitial Doubts
where the RHS is expanded as:

We are not able to understand what the
fand theIsymbol mean.