This document discusses machine intelligence and machine learning. It covers topics such as behavior-based AI vs knowledge-based AI, supervised vs unsupervised learning, classification vs prediction, and decision tree induction for classification. Decision trees are built using an algorithm that selects the attribute that best splits the data at each step to create partitions. Pruning techniques are used to avoid overfitting.