Description Usage Arguments Value
This function assigns an ID number depending on the type of activation function.
1 | activationFunIndex(funName)
|
funName |
Type of activation function: "tanh", "sigm", "cdf", "relu" or "softplus" |
An ID number which corresponds to:
1 if funName
is "tanh"
2 if funName
is "sigm"
3 if funName
is "cdf"
4 if funName
is "relu"
5 if funName
is "softplus"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.