Skip to Content
Combining Pattern Classifiers: Methods and Algorithms, 2nd Edition
book

Combining Pattern Classifiers: Methods and Algorithms, 2nd Edition

by Ludmila I. Kuncheva
September 2014
Intermediate to advanced
384 pages
11h 1m
English
Wiley
Content preview from Combining Pattern Classifiers: Methods and Algorithms, 2nd Edition

6 ENSEMBLE METHODS

6.1 BAGGING

6.1.1 The Origins: Bagging Predictors

Breiman introduced the term bagging as an acronym for Bootstrap AGGregatING [46]. The idea of bagging is simple and appealing: the ensemble is made of classifiers built on bootstrap replicates of the training set. The classifier outputs are combined by the plurality vote [47].

The diversity necessary to make the ensemble work is created by using different training sets. Ideally, the training sets should be generated randomly from the distribution of the problem. In practice, we can only afford one labeled training set, Z = {z1, …, zN}, and have to imitate the process or random generation of L training sets. We sample with replacement from the original training set (bootstrap sampling [115]) to create a new training set of length N. To make use of the variations of the training set, the base classifier should be unstable. In other words, small changes in the training set should lead to large changes in the classifier output. Otherwise, the resultant ensemble will be a collection of almost identical classifiers, therefore unlikely to improve on a single classifier’s performance. Figure 6.1 shows the training and operation of bagging.

BAGGING ENSEMBLE

Training: Given is a labeled data set Z = {z1, …, zN}.

  1. Choose the ensemble size L and the base classifier model.
  2. Take L bootstrap samples from Z and train classifiers D1, …, DL, one classifier on each sample.

Operation: For each new object

  1. Classify the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Ensemble Machine Learning Cookbook

Ensemble Machine Learning Cookbook

Dipayan Sarkar, Vijayalakshmi Natarajan

Publisher Resources

ISBN: 9781118914540Purchase book