This commit is contained in:
Joseph Redmon
2016-05-12 13:36:11 -07:00
parent 9942d48412
commit 054e2b1954
5 changed files with 145 additions and 39 deletions

View File

@ -7,7 +7,7 @@
#include "data.h"
typedef enum {
CONSTANT, STEP, EXP, POLY, STEPS, SIG
CONSTANT, STEP, EXP, POLY, STEPS, SIG, RANDOM
} learning_rate_policy;
typedef struct network{