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

Method __init__

network3.py:193–223  ·  view source on GitHub ↗

`filter_shape` is a tuple of length 4, whose entries are the number of filters, the number of input feature maps, the filter height, and the filter width. `image_shape` is a tuple of length 4, whose entries are the mini-batch size, the number of input feature maps, t

(self, filter_shape, image_shape, poolsize=(2, 2),
                 activation_fn=sigmoid)

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