powered by
Wrapper for a dense/fully-connected layer.
dense(units, activation = "linear")
Number of units
Optional, string indicating activation function (linear by default)
A construct with class "ruta_network"
"ruta_network"
Other neural layers: dropout, input, layer_keras, output, variational_block
dropout
input
layer_keras
output
variational_block
# NOT RUN { dense(30, "tanh") # }
Run the code above in your browser using DataLab