MCPcopy Create free account
hub / github.com/MichaelJWelsh/bot-evolution / __init__

Method __init__

src/neural_network.py:83–97  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected