Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_add | ◀ nn_lib | nn_append ▶ |
nn_add
Arguments:
- out,in0,_in1
Description:
Add an add layer to the current network.in0 or in1 can be layer names or constant values (both cannot be constant values though).
Default values:
in1=. (previous layer).