Question 20
Which of the following statements about the Universal Approximation Theorem (UAT) is/are correct?
A neural network must have at least two hidden layers to approximate any continuous function.
A single hidden layer neural network with a non-linear activation function can approximate any continuous function on a compact domain, given sufficient neurons.
The Universal Approximation Theorem guarantees that the network can learn the function efficiently during training.
The Universal Approximation Theorem holds only for ReLU activation functions.
The Universal Approximation Theorem does not apply if the activation function is linear.