sp2narx
Purpose
Convert series-parallel NARX network to parallel (feedback) form
Syntax
Description
sp2narx(net) takes
net
|
Original NARX network in series-parallel form
|
and returns an NARX network in parallel (feedback) form.
Examples
Here a series-parallel NARX network is created. The network's input ranges from [-1 to 1]. The first layer has five tansig neurons, and the second layer has one purelin neuron. The trainlm network training function is to be used.
net = newnarxsp({[-1 1] [-1 1]},[1 2],[1 2],[5 1],{'tansig'
'purelin'});
Here the network is converted from series parallel to parallel NARX form.
See Also
newnarxsp, newnarx
| | Provide feedback about this page |
 | softmax | | srchbac |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit