Main Content
gensim
Generate Simulink block for shallow neural network simulation
Syntax
Description
gensim(
creates a
Simulink® system containing a block that simulates neural network net
,st
)net
with a sampling time of st
.
If net
has no input or layer delays
(net.numInputDelays
and net.numLayerDelays
are both
0), you can use –1 for st
to get a network that samples continuously.
gensim
does not support deep learning networks such as
convolutional or LSTM networks. For more information on code generation for deep learning,
see Code Generation.
For more information on gensim
, at the MATLAB command prompt, enter
help network/gensim
.
Examples
Input Arguments
Version History
Introduced before R2006a