diff --git a/Activation Functions/identity.py b/Activation Functions/identity.py index f657e74..076d5f5 100644 --- a/Activation Functions/identity.py +++ b/Activation Functions/identity.py @@ -3,4 +3,5 @@ def __call__(self, x): return (x) def gradient(self, x): - return 1 \ No newline at end of file + y = x+1 + return 1