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