Description Usage Arguments Value Author(s) Examples
Create list of weights and biases to describe a dense neural network.
1 | make_weights(sizes)
|
sizes |
a vector giving the size of each layer, including the input and output layers |
a list containing initialized weights and biases
(modify based on CASL p217)
1 2 3 4 | ## Not run:
make_weights(c(10, 10, 10, 5))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.