Closed dfalbel closed 3 years ago
We could make both hidden_units
and activation
vectors.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Add an argument called
hidden
, a vector with the number of hidden units for each hidden layer. The number of hidden layers would be equal to thelength(hidden)
.