Creates a 'Layer' with 'num_neurons' and an additional (optional) bias neuron (which always has a value of '1'). The layer will utilize the 'activation_func' during activation.
(self, num_neurons, activation_func, bias_neuron = False)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected