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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected