CS667

SOFM, VQ and LVQ



  1. Feature Maps
  2. Dimensionality Reduction
  3. Vector Quantization (VQ)


Assignment

  1. Perform Kohonen's SOFM on the Iris or Peterson Barney data (whichever you used for the BP assignment).
    Compare error with LBG results.
  2. Train a bottlenecking MLP using BP.
    Start with the 424 problem with all possible patterns as the training set.
    Train an 838 network with a random 50% subset of the patterns. How good is the generalization?

Back to the CS667 Home Page