configure
Configure network inputs and outputs to best match input and target data
Syntax
Description
takes input data net
= configure(net
,x
,t
)x
and target data t
, and configures
the network’s inputs and outputs to match.
Configuration is the process of setting network input and output sizes and ranges, input preprocessing settings and output postprocessing settings, and weight initialization settings to match input and target data.
Configuration must happen before a network’s weights and biases can be initialized.
Unconfigured networks are automatically configured and initialized the first time train
is called. Alternately, a network can be configured manually either by
calling this function or by setting a network’s input and output sizes, ranges, processing
settings, and initialization settings properties manually.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b
See Also
isconfigured
| unconfigure
| init
| train