Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
def
getKaggleMNIST():
14
# https://www.kaggle.com/c/digit-recognizer
15
return
getMNISTFormat(
'../large_files/train.csv'
)
16
17
18
def
getKaggleFashionMNIST():
Callers
4
ann.py
File · 0.90
dropout.py
File · 0.90
batchnorm.py
File · 0.90
getKaggleMNIST3D
Function · 0.70
Calls
1
getMNISTFormat
Function · 0.85
Tested by
no test coverage detected