activationFunction property

List<String> activationFunction
getter/setter pair

Function that is used for smoothing the result of the cross product of the covariate or neurons and the weights.

Implementation

List<String> activationFunction = ['logistic', 'tanh', 'relu'];