| as_network | R Documentation | 
Generic function to coerce objects into networks.
as_network(x)
## S3 method for class 'ruta_layer'
as_network(x)
## S3 method for class 'ruta_network'
as_network(x)
## S3 method for class 'numeric'
as_network(x)
## S3 method for class 'integer'
as_network(x)
| x | Object to be converted into a network | 
A "ruta_network" construct
net <- as_network(c(784, 1000, 32))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.