Plot deepviz

plot_deepviz(n)

Arguments

n

A numeric vector with an element for each layer that indicates the number of nodes in that layer.

Examples

nn <- c(4, 10, 3) plot_deepviz(nn)