MCPcopy Create free account
hub / github.com/MichalDanielDobrzanski/DeepLearningPython / __init__

Method __init__

network.py:24–39  ·  view source on GitHub ↗

The list ``sizes`` contains the number of neurons in the respective layers of the network. For example, if the list was [2, 3, 1] then it would be a three-layer network, with the first layer containing 2 neurons, the second layer 3 neurons, and the third layer 1 neur

(self, sizes)

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