Ensemble Learners Flashcards

1
Q

Ensemble Learners

A

Combined group of learning algorithms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ensemble Process

A

Classification: Have each learner “vote” on answer

Regression: Take mean of result from each learner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ensemble Pros

A

Lower Error
Less Over fitting

The bias of each learner “fights” (counteracts) bias of others

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bootstrap Aggregating (“Bagging”)

A

Use same training algorithm, but train each learner on different data set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bag Creation: Random with Replacement

A

Randomly select samples from training set, samples can repeat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Boosting

A

Focus on areas where system is not performing well

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

AdaBoost

A

increase selection chance of points for next bag that had high error in first bag

Test error on ensemble of previous learners to re-weight picks for next bag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AdaBoost Overfit

A

As # bags increases, AdaBoost assigns more specific data points to learners, leading to more overfit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly