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

Method __init__

network2.py:70–84  ·  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

(self, sizes, cost=CrossEntropyCost)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected