Exercise 5.1

Answers

(a) For X = {1,+1}10, there are 210 possible input points in total. Given the number of input points N, there are (N 1) ways to select one of the input points to evaluate to + 1, and the rest of the input points to evaluate to 1. There are 2210N ways to assign either + 1 or 1 to the points not in the input data set. So there are total (N 1) 2210N hypothesis functions in H1. Similarly there are ( N 100)2210N hypothesis functions in H10.

(b)-(c) For both H1 and H10, we need 210 bits to specify one hypothesis function. The 210 bits can represent all the data points in the X domain. If a bit position is 1, it indicates that the hypothesis function evaluates to + 1 on the corresponding point, otherwise it evaluates to 1.

From above, we learned that the family of H10 is more complex than the family of H1, But their object complexity is the same.

User profile picture
2021-12-08 09:32
Comments