MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / getKaggleMNIST

Function getKaggleMNIST

keras_examples/util.py:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def getKaggleMNIST():
14 # https://www.kaggle.com/c/digit-recognizer
15 return getMNISTFormat('../large_files/train.csv')
16
17
18def getKaggleFashionMNIST():

Callers 4

ann.pyFile · 0.90
dropout.pyFile · 0.90
batchnorm.pyFile · 0.90
getKaggleMNIST3DFunction · 0.70

Calls 1

getMNISTFormatFunction · 0.85

Tested by

no test coverage detected