Description Usage Arguments Value
This function sets network weights to random values drawn from uniform distribution.
1 | mlp_rnd_weights(net, a = 0.2)
|
net |
an object of |
a |
numeric value, values will be drawn from uniform distribution on [-a, a] (by default a = 0.2) |
Network (an object of mlp_net
class) with randomised weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.