Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A foundational textbook offering a comprehensive theoretical background on activation functions, including Tanh, its characteristics, and the vanishing gradient problem in deep neural networks.
Tanh - PyTorch 2.3 documentation, PyTorch Contributors, 2024 (PyTorch Foundation) - Official documentation for the Tanh activation function in PyTorch, demonstrating its practical implementation as a neural network module and functional API.
Neural Networks Part 1: Setting up the Architecture, Andrej Karpathy, Justin Johnson, Fei-Fei Li, 2024 (Stanford University) - Lecture notes from a respected deep learning course, offering a clear explanation of activation functions, including Tanh, its properties, and comparison with Sigmoid.