Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ cnn_tf.py
File
cnn_tf.py
cnn_class/cnn_tf.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# New concepts and differences from Theano:
2
# - stride is the interval at which to apply the convolution
3
# - unlike previous course, we use constant-size input to the network
4
# since not doing that caused us to start swapping
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected