COMP9444 Neural Networks

Solutions for Self-Organising Systems

  1. If a 2-D SOM has a map of dimension w × d, and k input neurons, how many weights does it have?

    Answer: w × d × k

  2. Spend some time at these websites to get a feel for SOM applications: http://www.cis.hut.fi/research/som-research/worldmap.html and http://websom.hut.fi

    No solution is appropriate for this one.

  3. You would have studied sorting algorithms in an early phase of your computing studies. They take unordered data, and order it. Sometimes is it good to have data in a random order, as when supplying (non-sequential) data to a neural net algorithm, or when shuffling cards for a game program. Write a procedure to shuffle a vector (e.g. Data vector[N]). Hint: one way to do this is to modify the basic framework of selection sort.

    No solution is provided for this one.


Copyright © Bill Wilson, 2008.
Bill Wilson's contact info

UNSW's CRICOS Provider No. is 00098G