nn_loss | R Documentation |
Neural network loss
nn_loss(W, X, y, q, lambda = 0, response = "continuous")
W |
Weight vector |
X |
Data |
y |
Response variable |
q |
Number of hidden nodes |
lambda |
Ridge peanlty |
response |
Response type: |
loss for given neural network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.