powered by
Add layers to a network/Join networks
# S3 method for ruta_network +(e1, e2)# S3 method for ruta_network c(...)
# S3 method for ruta_network c(...)
Network combination
First network
Second network
networks or layers to be concatenated
network <- input() + dense(30) + output("sigmoid") another <- c(input(), dense(30), dense(3), dense(30), output())
Run the code above in your browser using DataLab