This document discusses inductive bias in machine learning. It defines inductive bias as the assumptions that allow an inductive learning system to generalize beyond its training data. Without some biases, a learning system cannot rationally classify new examples. The document compares different learning algorithms based on the strength of their inductive biases, from weak biases like rote learning to stronger biases like preferring more specific hypotheses. It argues that all inductive learning systems require some inductive biases to generalize at all.