We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb1c5e commit 65c1faeCopy full SHA for 65c1fae
R/mlp.R
@@ -37,7 +37,7 @@
37
#' @param dropout A number between 0 (inclusive) and 1 denoting the proportion
38
#' of model parameters randomly set to zero during model training.
39
#' @param epochs An integer for the number of training iterations.
40
-#' @param activation A single character strong denoting the type of relationship
+#' @param activation A single character string denoting the type of relationship
41
#' between the original predictors and the hidden unit layer. The activation
42
#' function between the hidden and output layers is automatically set to either
43
#' "linear" or "softmax" depending on the type of outcome. Possible values are:
0 commit comments