CSE 415: Introduction to Artificial Intelligence

Winter 2006


Logic

Learning

  1. Given the following training set

    f1
    f2
    C
    1
    0
    0
    0
    0
    1
    0
    2
    2
    0
    1
    1
    1
    0
    0
    0
    2
    2
    0
    1
    1
    1
    0
    0

    Compute the information gain of each of the attributes f1 and f2. Which attribute would be chosen at the root of the tree? Show your work, ie. what is the set S and what are the two sets S0 and S1 and the various entropy computations. What will happen at the next level to the node for S0 and the node for S1?

  2. What is the purpose of boosting, bagging, and other ensemble methodologies? Are they only for decision trees?

  3. How do decision trees and neural nets differ in the ease of humans understanding their decision rules?

Vision

You should turn in the following: