tf.nn.ctc_loss, TensorFlow Developers, 2024 - Official documentation for TensorFlow's implementation of the CTC loss function, providing practical usage details.
torch.nn.CTCLoss, PyTorch Developers, 2024 (PyTorch Foundation) - Official documentation for PyTorch's implementation of the CTC loss function, detailing its API and usage.
Speech and Language Processing (3rd ed. draft), Daniel Jurafsky and James H. Martin, 2025 (Stanford University) - A comprehensive textbook that covers speech recognition fundamentals, including a detailed explanation of CTC.