Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_div | ◀ nn_distance | nn_dropout ▶ |
nn_div
Arguments:
- out,in0,_in1
Description:
Add a div 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).