Example 4: Perceptron Learning in 2-d pattern space revisited

The following applet demonstrates multi layer perecptron learning using the back-propagation algorithm. Using this applet, you can train the perceptron to learn in a 2-d pattern space. By placing three distinct patterns of red dots and blue dots, the perceptron can learn to distinguish between the patterns. An example is given below:

 

Instructions:

To Train The Perceptron:

  1. Select the desired number of red and blue dots by clicking the radio buttons provided.
  2. Click on the white box on the left fo the applet to place red dots. To place blue dots do the same but hold down the <Shift> key.
  3. Adjust the training parameters as desired. Legal values are as follows:
  4. Click the Train button to begin a normal training session OR
  5. Click the Step button is not implemented for this applet.

During Training:

  1. To stop a training session (normal) in progress, click the Stop button.
  2. A few notes:

Some useful info:

  1. To clear the Total error list and the pattern space click Clear.
  2. To plot a graph showing the results of training click Plot.
</COMMENT>

Previous:- Example 4: The X-OR problem revisited

Next:- Knowledge Test