Joseph Redmon
2014-02-19 2c6d4ba1d5cffd26c5c9527175d565a81226e18d
src/activations.h
@@ -7,6 +7,7 @@
ACTIVATION get_activation(char *s);
char *get_activation_string(ACTIVATION a);
float activate(float x, ACTIVATION a);
float gradient(float x, ACTIVATION a);