dense | R Documentation |
Wrapper for a dense/fully-connected layer.
dense(units, activation = "linear")
units |
Number of units |
activation |
Optional, string indicating activation function (linear by default) |
A construct with class "ruta_network"
Other neural layers:
conv()
,
dropout()
,
input()
,
layer_keras()
,
output()
,
variational_block()
dense(30, "tanh")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.