GoogleTests knowledge of activation functions – essential for understanding neural network forward/backward passes. Sigmoid is particularly useful in binary classification tasks.
The sigmoid function maps any real number to the range (0, 1). You need to implement both the forward pass (sigmoid) and the backward pass (sigmoid derivative) for use in neural network training.