I noticed that the current iteration of the toy-nn library has two activation functions; the sigmoid (aka logistic) function and the TanH function.
There are actually a ton of activation functions and their derivatives listed on Wikipedia.
Reference: https://en.wikipedia.org/wiki/Activation_function#Comparison_of_activation_functions
If you're interested, I wouldn't mind transcribing a few more.