Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ _Datasets
Class
_Datasets
neural_network/input_data.py:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
class
_Datasets(typing.NamedTuple):
32
train:
"_DataSet"
33
validation:
"_DataSet"
34
test:
"_DataSet"
35
36
37
# CVDF mirror of http://yann.lecun.com/exdb/mnist/
Callers
1
read_data_sets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected