nn_fit | R Documentation |
Neural network fitting function using optim
nn_fit(X, Y, W, q)
X |
Input data |
Y |
Output data |
W |
Starting weight vector |
q |
Number of hidden units |
Optimal weight vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.