MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / cnn_dropout_batchnorm.py

File cnn_dropout_batchnorm.py

keras_examples/cnn_dropout_batchnorm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/data-science-deep-learning-in-theano-tensorflow
2# https://www.udemy.com/data-science-deep-learning-in-theano-tensorflow
3from __future__ import print_function, division
4from builtins import range

Callers

nothing calls this directly

Calls 4

getKaggleFashionMNIST3DFunction · 0.90
FlattenClass · 0.85
ModelClass · 0.50
fitMethod · 0.45

Tested by

no test coverage detected