Computes hidden layer h_l as: h_l(X) = (X ∗ W + b) ⊗ σ(X ∗ V + c)
1 2 3 4 5 6 7 8 9 10 11 |
Dauphin et al. 2017 https://arxiv.org/pdf/1612.08083.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.