powered by
Extract the activation function to be used for a NN given as the act argument in the NN function
nn_act_extractor(text)
Activation function to be used for a NN
(string) String of NN in form of NN1(state=C,min_init=1,max_init=5,act=ReLU)
Dominic Bräm