Computes gated temporal convolutions as in: 'hl(X) = (X∗W+b) ⊗ σ(X∗V+c)“, where 'X' is a data matrix, 'W' is a weight kernel, and 'b','c' are biases. '⊗' is the element-wise multiplication operator
1 2 3 4 5 6 7 8 9 10 11 |
https://arxiv.org/abs/1612.08083
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.