Description Usage Arguments Value See Also
The following functions return basic information about the network.
1 2 3 4 5 | mlp_get_layers(net)
mlp_get_no_active_w(net)
mlp_get_no_w(net)
|
net |
an object of |
mlp_get_layers
returns an integer vector with numbers of neurons
in consecutive layers.
mlp_get_no_active_w
returns the number of active weights (connections and biases).
mlp_get_no_w
returns the total number (including inactive) of weights
(connections and biases).
mlp_net-class
for details
on internal network representation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.