Deep Learning: Convolution, Sequence and Scale · seed 1 · A4, ink-friendly. The answer key prints on its own page for grown-ups.

Match the net to the data

Computing · Machine Learning · ages 21-22
Name ______________________   Date ____________
  1. What does an early layer find?

    • Final object names
    • Edges and corners for later layers
    • The training schedule
  2. What slides across the image in a convolution?

    • One small filter reusing the same weights
    • A new random filter per pixel
    • The whole photo at once
  3. Weight sharing assumes an edge means the same thing anywhere.

    Circle one:   True   False

  4. What is a feature map?

    • A map of the classroom
    • A picture of where one pattern was found
    • A list of passwords
  5. Why must a sequence model carry memory forward?

    • So words print in bold
    • So word order can change the meaning
    • So sentences get shorter
  6. Beyond layers, what does a deep model need?

    • Lots of data and hardware with many cores
    • A bigger monitor
    • Louder fans
  7. Every training sentence gets its words shuffled. What fails?

    • The alphabet itself
    • Order meaning, since memory now carries noise
    • The power supply
  8. A team wires every pixel with its own weights for photos. What breaks?

    • Photos become sharper for free
    • Training needs zero data
    • The same edge is relearned at every spot
LightMySky · lightmysky.comW1-mt_karzGN5JnI-s1

Answer key

For grown-ups. Fold this page away before handing over the rest.

Match the net to the data W1-mt_karzGN5JnI-s1

  1. Edges and corners for later layers · Early layers catch simple patterns that deeper layers combine.
  2. One small filter reusing the same weights · One filter travels everywhere, which is exactly weight sharing.
  3. True · That assumption is why one filter can serve every position.
  4. A picture of where one pattern was found · Each sweep paints where its pattern appeared across the image.
  5. So word order can change the meaning · Order carries meaning only if earlier words travel along.
  6. Lots of data and hardware with many cores · Scale in data and parallel hardware is what made depth work.
  7. Order meaning, since memory now carries noise · Memory of scrambled words teaches order that is not there.
  8. The same edge is relearned at every spot · Without sharing, each position pays full tuition for the same lesson.
Worksheet · LightMySky