DenseOrderedWeights | R Documentation |
Priors for biases and all weights in columns not being the first are standard normal. The first column of the weight matrix is specified by putting a standard normal prior on W(1, 1) and a truncated standard normal(0, inf) on the remaining weights in that column. The weights in the column are then the cumsum of those prior weights
DenseOrderedWeights( 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.