#ifndef NETWORK_H #define NETWORK_H #include #include #include "NN_Tools/load.h" #include "NN_Tools/layer.h" #include "NN_Tools/activation.h" #include "NN_Tools/error.h" void OCR(); #endif