Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Machine learning Q5: AdaBoost at work (12 points) Consider building an ensemble of decision stumps Gm with the AdaBoost algorithm, M $(x) = sign (am
Machine learning
Q5: AdaBoost at work (12 points) Consider building an ensemble of decision stumps Gm with the AdaBoost algorithm, M $(x) = sign (am Gm(e) =1 The below figure displays a few labeled points in two dimensions as well as the first stump we have chosen. A decision stump predicts binary +1 values, and depends only on one coordinate value (the split point). The little arrow in the figure is the normal to the stump decision boundary indicating the positive side where the stump predicts +1. All the points start with uniform weights. (a) 2 points List all the points whose weight will increase as a result of incorporating the first stump. 2 X 2 -1 +1 1 B +1 X 1 (b) 4 points Give a possible stump that we could select at the next boosting iteration. Give its orientation (horizontal line/ vertical line), and describe what points are on either side of it. (For example, "Horizontal line; points above: A, D; points below: B, C, E, F") Q5: AdaBoost at work (12 points) Consider building an ensemble of decision stumps Gm with the AdaBoost algorithm, M $(x) = sign (am Gm(e) =1 The below figure displays a few labeled points in two dimensions as well as the first stump we have chosen. A decision stump predicts binary +1 values, and depends only on one coordinate value (the split point). The little arrow in the figure is the normal to the stump decision boundary indicating the positive side where the stump predicts +1. All the points start with uniform weights. (a) 2 points List all the points whose weight will increase as a result of incorporating the first stump. 2 X 2 -1 +1 1 B +1 X 1 (b) 4 points Give a possible stump that we could select at the next boosting iteration. Give its orientation (horizontal line/ vertical line), and describe what points are on either side of it. (For example, "Horizontal line; points above: A, D; points below: B, C, E, F")Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started