Skip to content

[Discussion] Implementation of AdaBoost #33

Open
@Tanvi141

Description

@Tanvi141

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:
    image

where the RHS is expanded as:
image

We are not able to understand what the f and the I symbol mean.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions