Ensemble Learning: HARIS JAMIL (FA18-RCS-003) HOOIRA ANAM (FA18-RCS-004)
Ensemble Learning: HARIS JAMIL (FA18-RCS-003) HOOIRA ANAM (FA18-RCS-004)
Ensemble Learning is a technique that create multiple models and then combine
them them to produce improved results.
Ensemble learning usually produces more accurate solutions than a single model
would.
Ensemble Learning
Techniques/Methods
Voting and Averaging
Stacking
Bootstrap Aggregating/Bagging
Boosting
Ensemble Learning Techniques/Methods
Stacking
Also known as stacked generalization
Multiple machine learning models are combined using another (combiner) machine
learning algorithm.
The basic idea is to train machine learning algorithms with training dataset and then
generate a new dataset with these models. Then this new dataset is used as input for
the combiner machine learning algorithm.
Ensemble Learning Techniques/Methods
Stacking
Ensemble Learning Techniques/Methods
Boosting
The term “boosting” is used to describe a family of algorithms which are able to convert
weak models to strong models.
Boosting incrementally builds an ensemble by training each model with the same
dataset but where the weights of instances are adjusted according to the error of the
last prediction
Adaboost is a widely known algorithm which is a boosting method.
Thank You for listening Us
Any Question?????