I. Connectionism & Layered Representation
Deep learning is the modern implementation of Connectionism. As established in the work of Goodfellow, Bengio, and Courville (2016), intelligence in these systems is not found in a single node, but in the collective interaction of thousands of parameterized units.
We begin by defining the architecture: a sequence of non-linear transformations that iteratively distill raw input into high-level abstract features. This "Deep" structure allows the model to handle the complexity and variance of real-world data, such as images and natural language.
Functional Hierarchy
Earlier layers detect primitives (edges, textures); deeper layers synthesize abstract concepts (objects, semantics).