This is a demonstration of the Neural Network Toolbox
being used for Signal Prediction. Given the functions
listed below, the network is allowed to adapt so that
given one signal, it can predict a second signal. To do
this, we will use an adaptive linear layer. Linear layers
are often used as adaptive filters for signal processing
and prediction.
NEWLIN - Creates a linear layer
TRAIN - Trains a neural network
ADAPT - Allows a neural network to adapt
|