From ace5aeb0f59fdceb99e607af9780added20da37c Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 24 Jan 2014 22:51:17 +0000
Subject: [PATCH] MNIST connected network showing off matrices

---
 src/activations.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/activations.h b/src/activations.h
index 15d96d3..889453f 100644
--- a/src/activations.h
+++ b/src/activations.h
@@ -2,7 +2,7 @@
 #define ACTIVATIONS_H
 
 typedef enum{
-    SIGMOID, RELU, IDENTITY, RAMP
+    SIGMOID, RELU, LINEAR, RAMP, TANH
 }ACTIVATION;
 
 ACTIVATION get_activation(char *s);

--
Gitblit v1.10.0