initialize_weights | R Documentation |
Initialize weights
initialize_weights(x_train, y_train, num_hidden, method)
x_train |
The training inputs |
y_train |
The training outputs |
num_hidden |
Vector with number of hidden units for each hidden layer |
method |
The initialization method |
Initial weights
For Internal Use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.