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

Method __init__

src/neural_network.py:15–45  ·  view source on GitHub ↗

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

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

LayerClass · 0.85
ConnectionClass · 0.85

Tested by

no test coverage detected