Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the dataset below, where we want to classify whether an social networks account is real or not. Here Posts, Friends, Photo are the

 

Given the dataset below, where we want to classify whether an social networks account is real or not. Here "Posts", "Friends", "Photo" are the features/attributes, meaning the frequency of writing posts, number of friends, and whether use the real photo, respectively. "Real Account" is the label. Attribute values "S", "M", "L" means a "small", "medium" and "large number, respectively. Suppose we want to use Information Gain to build a decision tree model (ID3). Posts Friends Photo Real Account S S NO S YES L YES M YES L YES M YES M NO L YES M NO S YES 1) (5 pts) Compute the Information Gain if we first choose "Friends" as the attribute to split data. 2) (15 pts) Construct a decision tree from the given data. Show the computation steps. 3) (5 pts) Explain the limitation of using Information Gain as the attribute splitting measure. No. 1 2 C++ 3 4 5 6 7 8 9 10 L M M M L S M S S NO YES NO YES YES NO NO NO NO YES Activa Go to s

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

Step: 3

blur-text-image

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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

How are comments designated in PHP code?

Answered: 1 week ago

Question

bar graph about standard bank's clientele

Answered: 1 week ago