Prediction with Multi-Layer Perceptrons |
This applet illustrates the prediction capabilities of the multi-layer perceptrons. It allows to define an input signal on which prediction will be performed. The user can choose the number of input units, hidden units and output units, as well as the delay between the input series and the predicted output series. Then it is possible to observe interesting prediction properties.
The original applet was written by Olivier Michel.
Choose a function for prediction with the popup menu:
Choose the number of input units, outputs units. Choose a delta parameter for spacing the inputs and outputs units on the function. Then, choose the delay between input units and output units. Finally click on the "Init" button to see the positions of the units centered on the graph. Input unit are plotted in blue while output units are plotted in red.
During learning and testing, inputs and output are choosen anywhere within the range [0;1]. The algorithm first compute the range between the first input and last output. Then, this range is gradually "slided" with 100 iterations on the [0;1] space starting from 0 until the end of the range reaches 1.
You can play by clicking with the mouse on the graph and change the position of the first input unit on the graph (this doesn't change anything to the learning process, but only on the display). Then, you will see the response of the neural network (red points) to the specified input.
Learning is performed over the range [0;1]. The range [1;2] can be used for testing the generalization capabilities of the networks.