Neural Network Toolbox Previous page   Next Page

Linear System Design (newlind)

Unlike most other network architectures, linear networks can be designed directly if input/target vector pairs are known. Specific network values for weights and biases can be obtained to minimize the mean square error by using the function newlind.

Suppose that the inputs and targets are

Now you can design a network.

You can simulate the network behavior to check that the design was done properly.

Note that the network outputs are quite close to the desired targets.

You might try demolin1. It shows error surfaces for a particular problem, illustrates the design and plots the designed solution.

The function newlind can also be used to design linear networks having delays in the input. Such networks are discussed later in this chapter. First, however, we need to discuss delays.


Previous page  Mean Square Error Linear Networks with Delays Next page

© 1994-2005 The MathWorks, Inc.