Creates a 'NNetwork'. 'layer_sizes' provides information about the number of neurons in each layer, as well as the total number of layers in the neural network. 'activation_funcs' provides information about the activation functions to use on each respective hidden la
(self, layer_sizes, activation_funcs, bias_neuron = False)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected