Table 1.
1. Initialize target function as an optimal constant: |
For t from 0 to T-1 (maximum number of iterations) do: |
2. calculate the first and second derivatives: |
3. optimize the regularized loss function in the base learner space: |
4. find the step length with the steepest descent: |
5. update the target function: |
End For |
return |