Description Usage Arguments Value
View source: R/2-layers-stereo.R
This function splits the input into three parallel layers. The first two layers have the same architecture, but are influenced by different weights. The third layer is the sum of the other two layers.
1 2 3 4 5 6 7 |
object |
A |
units |
Arguments passed to |
activation |
Arguments passed to |
name |
A string. The prefix label for all layers. |
... |
Arguments passed to |
A list of three layers: Channel 1, Channel 2, and Channel 1 & Channel 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.