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

Function getKaggleFashionMNIST

keras_examples/util.py:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def getKaggleFashionMNIST():
19 # https://www.kaggle.com/zalando-research/fashionmnist
20 return getMNISTFormat('../large_files/fashionmnist/fashion-mnist_train.csv')
21
22def getMNISTFormat(path):
23 # MNIST data:

Callers 2

basic_mlp.pyFile · 0.90
getKaggleFashionMNIST3DFunction · 0.85

Calls 1

getMNISTFormatFunction · 0.85

Tested by

no test coverage detected