MCPcopy 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
31class _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_setsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected