2015년 8월 4일 화요일

Gradient Boosting Machine

Gradient Boosting Machine updates model (= hypothesis) by gradient descent update method.

In gradient descent update for linear regression, logistic regression, or else, betas or parameters in a model are updated through gradient descent. 

However in GBM, the model itself is updated through gradient descent, which means that betas or parameters are updated altogether with a single gradient descent. 

Useful Resources:

댓글 없음:

댓글 쓰기