20 pointsYou are given the following data set, which shows how 6
binary input variables affect a (binary) output
variable. Construct a ID3 based decision tree as well as a
perceptron (using the handout provided). Rate the two approaches
in terms of the time needed to construct them, their "size" and
their accuracy. Finally, cluster this data using any one of the
approaches presented in class (FCM, SAHN, K-means etc.)
{1,0,1,0,0,0} 1
{1,0,1,1,0,0} 1
{1,0,1,0,1,0} 1
{1,1,0,0,1,1} 1
{1,1,1,1,0,0} 1
{1,0,0,0,1,1} 1
{1,0,0,0,1,0} 0
{0,1,1,1,0,1} 1
{0,1,1,0,1,1} 0
{0,0,0,1,1,0} 0
{0,1,0,1,0,1} 0
{0,0,0,1,0,1} 0
{0,1,1,0,1,1} 0
{0,1,1,1,0,0} 0