Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help solving the following problem, If anything can be used from the proofs from the Understanding Machine Learning: From Theory to Algorithms by Shai

Need help solving the following problem, If anything can be used from the proofs from the Understanding Machine Learning: From Theory to Algorithms by Shai & Shai it may be used, just please reference it
A decision list may be thought of as an ordered sequence of if-then-else statements. The sequence of conditions in the decision list is tested in order, and the answer associated with the first satisfied condition is output.
More formally, a k-decision list over the boolean variables x1,x2,dots,xn is an ordered sequence L={(c1,b1),(c2,b2),dots,(cl,bl)} and a bit b, in which each ci is a conjunction of at most k literals over x1,x2,dots,xn and each biin{0,1}. For any input ain{0,1}n, the value L(a) is defined to be bj where j is the smallest index satisfying cj(a)=1; if no such index exists, then L(a)=b. Thus, b is the "default" value in case a falls off the end of the list. We call bi the bit associated with the condition ci.
The next figure shows an example of a 2-decision list along with its evaluation on a particular input.
Figure 1: A 2-decision list and the path followed by an input. Evaluation starts at the leftmost item and continues to the right until the first condition is satisfied, at which point the binary value below becomes the final result of the evaluation.
Show that the VC dimension of 1-decision lists over {0,1}n is lower and upper bounded by linear functions, by showing that there exists ,,,inR such that:
*n+VCdim(H1-decisionlist)*n+
Hint: Show that 1-decision lists over {0,1}n compute linearly separable functions (halfspaces)
image text in transcribed

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions