[.ruta_network | R Documentation |
Access subnetworks of a network
## S3 method for class 'ruta_network' net[index]
net |
A |
index |
An integer vector of indices of layers to be extracted |
A "ruta_network"
object containing the specified layers.
(input() + dense(30))[2] long <- input() + dense(1000) + dense(100) + dense(1000) + output() short <- long[c(1, 3, 5)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.