Explain how several layers can build simple patterns into more composed ones.
Proof of success: explain "Why Several Floors?", complete "Cascading Transparencies" and name the limit of the analogy.
To prepare a poster, Samira receives mosaics of houses. She starts by spotting edges, groups some edges into corners, then combines corners into windows. Her classmate Émile wants to search directly for "house" in each square and gets lost. A deep network can learn a similar progression: each layer transforms the representation it receives. The useful patterns, however, are not chosen by hand and must be checked on new examples.
To reason like a scientist, separate what you give the model, what it computes and what you measure. Here, your anchor is "Why Several Floors?".
The flow shows a step-by-step composition, then reminds you that the last step is a check on a fresh example. Read the diagram from top to bottom: each arrow announces a transformation or a check, never a thought inside the machine.
The analogy: It's like building a figure from bricks: strokes, angles, shapes, then the whole object.
Where it breaks: In a network, the "bricks" are learned numbers, not concepts that necessarily carry the same names as ours. An analogy helps you get started; it never replaces the data, the calculations or a test.
Materials: four transparent sheets or tracing paper, a marker and a 6 × 6 mosaic
Suggested time: 10 to 20 minutes.
What you should notice: each floor reuses the previous result, and information lost early cannot be magically recreated.
Invent a mosaic where the simple rule "four corners equal window" fails, and explain why more depth is not enough.
A complex model can look impressive while reproducing accidental patterns. Always compare it to a simple rule on a separate test.
Responsible question: If a baseline already reaches the goal, what specific benefit would justify a deeper network?
What does a hidden layer produce?
Answer: A new numerical representation computed from the previous layer.
Does more layers guarantee a better result?
Answer: No. Depth adds capacity but also training and control difficulties.
Why test on an image never seen before?
Answer: To check that the learned hierarchy generalizes instead of memorizing the mosaics.
Representation Builder — You earn this badge if you can explain the diagram without reading, show the result of the activity and kindly correct a wrong answer.