![]() |
ceras
yet another deep learning engine
|
Functions | |
auto | load_data (std::string const &path=std::string{"./dataset/mnist"}) |
|
inline |
Loads the MNIST dataset.
path | Path where to cache the dataset locally. Default to "./dataset/mnist", should be updated if running the program somewhere else. |
[[1, 0, 0, 0, 0, 0, 0, 0, 0, 0]]
.Example usage:
Yann LeCun and Corinna Cortes hold the copyright of MNIST dataset, which is available under the terms of the Creative Commons Attribution-Share Alike 3.0 license.