#ifndef MNISTLOADER_H #define MNISTLOADER_H #include class MnistLoader { public: MnistLoader(); void load(const std::string &databaseFileName, const std::string &labelsFileName); }; #endif // MNISTLOADER_H