Which THREE are common activation functions used in neural networks? (Choose three.)
Correct: Sigmoid is a classic activation function.
Why this answer
Options A, B, and C are correct because Sigmoid, ReLU, and Tanh are widely used activation functions. Options D and E are incorrect: Softmax is used for output layer in multi-class classification, but it is not typically considered a 'common' activation function in hidden layers, and K-means is a clustering algorithm.