BDense | R Documentation |
Create a Dense layer that has a standard normal prior for weights and biases
BDense( 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.