Beispiel #1
0
 def activate(self, netInput):
     return self.a * gp.tanh(self.b * netInput)
Beispiel #2
0
 def activate(self, netInput):
     return gp.tanh(netInput)