Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this problem, we need to create an ID3 algorithm which can predict If john will play tennis or not by four conditions: Day, Outlook,

For this problem, we need to create an ID3 algorithm which can predict If john will play tennis or not by four conditions: Day, Outlook, Humidity, and Wind. The algorithm can be implemented in C++, Java or Python. thanks

image text in transcribedimage text in transcribed

Predict if John will play tennis Training examples: 9 yes/5 no Day Outlook D1 D2 D3 D4 DS D6 D7 D8 D9 D10 D11 Sunny D12 D13 D14 Sunny Sunny Overcast Rain Rain Rain Overcast Sunny Sunny Rain Humidity Wind Play High High High High Normal Normal Normal High Normal Normal Normal High Normal High Weak No Strong No Weak Yes Weak Yes WeakYes Strong No Strong Yes WeakNo Weak Yes WeakYes Strong Yes Strong Yes Weak Yes Strong No Overcast Rain Predict if John will play tennis Training examples: 9 yes/5 no Day Outlook D1 D2 D3 D4 DS D6 D7 D8 D9 D10 D11 Sunny D12 D13 D14 Sunny Sunny Overcast Rain Rain Rain Overcast Sunny Sunny Rain Humidity Wind Play High High High High Normal Normal Normal High Normal Normal Normal High Normal High Weak No Strong No Weak Yes Weak Yes WeakYes Strong No Strong Yes WeakNo Weak Yes WeakYes Strong Yes Strong Yes Weak Yes Strong No Overcast Rain

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Sham Navathe

4th Edition

0321122267, 978-0321122261

More Books

Students also viewed these Databases questions

Question

Conduct a needs assessment. page 269

Answered: 1 week ago