20 #ifndef SUPERNN_RUNNER_HPP
21 #define SUPERNN_RUNNER_HPP
25 #include "network.hpp"
45 Runner(
const std::string &net_path,
const std::string &info_path);
56 void load_info_file(
const std::string &info_path);
73 double &inp(
unsigned idx);
81 double out(
unsigned idx);
Auxiliary class to ease the usage of an already trained neural network.
Data scaling information, for all input and output neurons.
Artificial neural network structure that supports arbitrary feedforward topologies, like multilayer perceptrons and fully connected cascade networks.
Data used in training, validation and testing.