Sample Questions from Week
4 - SOM
- Network Design and
training
- Draw a SOM network
that could be used to model a simple syllable map (ba,
da, ga, bi, di, gi, etc).
Assume that the inputs to your network can be represented using units for
6 vowels and 6 consonants.
Let the map layer have 100 units, organised in a 2D sheet.
- How many layers does
your SOM network have?
- How many units are
needed in each layer?
- How many weights are
in your network? Explain your workings.
- What learning rule
would be appropriate?
- What would be
appropriate initial values for the weights?
- What sort of data
would your network be modelled on?
- Properties of SOMs
- Self-organizing maps (SOMs) have been used to study the organization of
orientation detectors in the visual cortex. Explain how a SOM network could learn
to represent oriented lines from a simple retina of 3x3 units.
- What effect does changing the neighbourhood
size have on performance of a SOM?
- Can a SOM represent patterns that it has not seen during training?
Justify your answer.