Concept

Boosting in Deep Learning

  • Boosting helps to build a strong ensemble( ensemble is a collection of multiple machine learning models) compared to a good capacity( strong learning model) individual machine learning model.

  • In the context of deep learning all machine learning models are neural networks.

  • Individual neural network is also considered as an ensemble which is improved by incrementally adding hidden layers.

  • Output from the ensemble is combined to predict the output.

0

1

Updated 2021-06-24

References


Tags

Data Science