Description Usage Arguments Examples
Plot brain architecture.
1 | plot_brain(brain, color = NULL, size = NULL)
|
brain |
An object of class |
color |
Color of neurons, one of |
size |
Size of neurons, one of |
1 2 3 | brain() %>%
perceptron(c(2,3,1)) %>%
plot_brain(size = "bias")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.