Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the data shown in table and answer the given questions. (Question is related to Machine Learning) O1 02 03 1 1 1 T2 1

image text in transcribed

Consider the data shown in table and answer the given questions. (Question is related to Machine Learning)

O1 02 03 1 1 1 T2 1 1 0 T3 1 0 1 T4 0 1 0 TS 0 1 1 T6 0 1 T7 1 0 0 T8 1 0 0 T9 1 0 T10 0 0 0 04 0 1 0 1 1 0 1 C 1 0 1 0 1 0 1 1 0 0 1 0 The trained classifiers on above data after 1st, 2nd, and 3rd rounds are given below: 1st Round: if 01+02+03+04>=2 then C=1 else C=0 2nd Round: if 03+04>=1 then C=1 else C=0 3rd Round: if 02==01 then C=O2 elseif 01==0 then C=0 else C=1 a. Calculate the value of error rate for 1st round classifier, 2nd Round, and 3rd Round? b. Compte the value of weight for sample T1 after 2nd round classifier c. Compute the accuracy and F-Measure of above model O1 02 03 1 1 1 T2 1 1 0 T3 1 0 1 T4 0 1 0 TS 0 1 1 T6 0 1 T7 1 0 0 T8 1 0 0 T9 1 0 T10 0 0 0 04 0 1 0 1 1 0 1 C 1 0 1 0 1 0 1 1 0 0 1 0 The trained classifiers on above data after 1st, 2nd, and 3rd rounds are given below: 1st Round: if 01+02+03+04>=2 then C=1 else C=0 2nd Round: if 03+04>=1 then C=1 else C=0 3rd Round: if 02==01 then C=O2 elseif 01==0 then C=0 else C=1 a. Calculate the value of error rate for 1st round classifier, 2nd Round, and 3rd Round? b. Compte the value of weight for sample T1 after 2nd round classifier c. Compute the accuracy and F-Measure of above model

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

Students also viewed these Accounting questions

Question

Question 2 of 4

Answered: 1 week ago