+.ruta_network | R Documentation |
Add layers to a network/Join networks
## S3 method for class 'ruta_network' e1 + e2 ## S3 method for class 'ruta_network' c(...)
e1 |
First network |
e2 |
Second network |
... |
networks or layers to be concatenated |
Network combination
network <- input() + dense(30) + output("sigmoid") another <- c(input(), dense(30), dense(3), dense(30), output())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.