Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please show work Selecting the best attribute at each node during decision tree learning is done by computing information gain of each attribute IG(A), and

Please show work image text in transcribed
Selecting the best attribute at each node during decision tree learning is done by computing information gain of each attribute IG(A), and selecting the attribute with highest info. gain. Assume S is the complete sample at a certain node, Sv is the subsample having all examples with the same value for the attribute being evaluated, and H is the entropy function. Which of the following formulas correctly computes information gain? A. IG(A)= H(Sv)- (Sv/S)H(Sv) B. 16(A) H(S) - (Sv/S)H(Sv) C. IG(A) H(S) (S/Sv) H(Sv) D. IG(A)-H(Sv)-E(S/Sv) H(S) You are asked to design a two-input perceptron that implements the Boolean function XI OR X2 (not XI OR X2). Assume the independent weight is always +0.5 (assume WO +0.5). Which of the following values for W1 and W2 are valid (effectively implement the function)? B. WI=0.1, W2=-0.4 C. W-0.4, W2-0.4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago