Read the shape of a tensor and connect each dimension to a concrete question.
Proof of success: explain "Tensors, boxes of numbers", complete "Index the weather box" and name the limit of the analogy.
Nora archives the fictional weather of three cities across four days with two measurements: temperature and rain. A single list mixes everything together. Instead she builds a box indexed as "city × day × measurement". This box of numbers is a tensor. To find the rain of the second day in the third city, you need to know the order of the axes. Two tensors can hold the same 24 numbers and still tell different stories if their shape or axes change.
A solid explanation must be testable. Here are the facts that make the situation checkable. Here, your anchor is "Tensors, boxes of numbers".
The diagram turns a situation into structured values, then forces a shape check before any conclusion. Read the diagram from top to bottom: each arrow announces a transformation or a check, never a thought inside the machine.
The analogy: Picture a filing cabinet with drawers, rows and numbered cells.
Where it breaks: A tensor is not a piece of furniture and stores no human meaning: meaning comes from convention, metadata and processing. An analogy helps you get started; it never replaces the data, the calculations or a test.
Materials: 24 small papers, three envelopes, a grid with four rows and two colors
Suggested time: 10 to 20 minutes.
What you should notice: the shape matters as much as the values, and each axis must be named to avoid a wrong interpretation.
Add an axis "morning / evening". Give the new shape and the address of one precise measurement.
Anonymized data can still reveal habits if the axes represent places and times. For this course, use only made-up measurements.
Responsible question: What extra information would you need before publishing a tensor coming from a real sensor?
What is the shape of three cities, four days and two measurements?
Answer: 3 × 4 × 2 if the axes are in that order.
Are two tensors with the same number of values interchangeable?
Answer: No. Their shape and the meaning of their axes can differ.
Why name the axes?
Answer: To know what each position represents and to detect a wrong permutation.
Guardian of Dimensions — You earn this badge if you can explain the diagram without reading, show the result of the activity and kindly correct a wrong answer.