#include #include #include #include "net.h" #include "math_functions.h" #include "Test.h" using namespace std; void main(int argc, const char* argv[]) { random(); net nueral_net; nueral_net.initializeNetwork(); nueral_net.trainNetwork(); nueral_net.testNetwork(); }