DenseOrderedBias | R Documentation |
Priors for weights are standard normal. The ordering of biases is implemented by putting a standard normal prior on the first bias, and a truncated standard normal prior (0, inf) on the other biases. The actual biases are then the cumulative sum of the biases.
DenseOrderedBias( in_size, out_size, activation = c("identity", "sigmoid", "tanh", "relu") )
in_size |
input size |
out_size |
output size |
activation |
activation function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.