syna.functions.activation module¶
- class syna.functions.activation.Sigmoid[source]¶
Bases:
Function
Numerically stable tanh-based sigmoid.
- class syna.functions.activation.Softmax(axis=1)[source]¶
Bases:
Function
Softmax with stable forward and correct backward.