rename Linear activation to Identity layer

This commit is contained in:
Connor Olding 2017-07-25 22:12:27 +00:00
parent e5fd937ef6
commit f43063928e

View File

@ -680,7 +680,7 @@ class Dropout(Layer):
# Activation Layers {{{2
class Linear(Layer):
class Identity(Layer):
def forward(self, X):
return X