#ifndef CONFIG_H_ #define CONFIG_H_ #define WIDTH 20 #define HEIGHT 20 #define BIAS 20.0 #define SAMPLE_SIZE 75 #define TRAIN_PASSES 2000 #define PPM_SCALER 25 #define PPM_COLOR_INTENSITY 255 #define PPM_RANGE 10.0 #define DATA_FOLDER "data" #define TRAIN_SEED 69 #define CHECK_SEED 420 #endif // CONFIG_H_