Neural networks are adjusted for each row in data using package nnet
1 2 | fit.nnetwork(data = data_m, vars_df = vars_df, size = 2L, cores = 1L,
verbose = FALSE, ...)
|
data |
|
vars_df |
data.frame with sampes as rows and variables as columns |
size |
nnet param: number of units in the hidden layer. Can be zero if there are skip-layer units |
cores |
cores in case of parallelization (no windows) |
verbose |
logical to verbose (comment) the steps of the function, default(FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.