Learn R Programming

pmxNODE (version 0.1.0)

nn_act_extractor: Internal: Extract activation function of a NN

Description

Extract the activation function to be used for a NN given as the act argument in the NN function

Usage

nn_act_extractor(text)

Value

Activation function to be used for a NN

Arguments

text

(string) String of NN in form of NN1(state=C,min_init=1,max_init=5,act=ReLU)

Author

Dominic Bräm