Question 10
Which of the following statements regarding perceptrons and sigmoid neurons are correct?
The output of a perceptron changes abruptly when the weighted sum of inputs crosses the threshold, whereas the output of a sigmoid neuron changes smoothly.
The sigmoid activation function is differentiable, making it suitable for gradient-based learning algorithms.
By choosing sufficiently large weights, the output of a sigmoid neuron can closely approximate the output of a perceptron.
A multilayer network of perceptrons with a single hidden layer can represent any Boolean function exactly.
A multilayer network of sigmoid neurons with a single hidden layer can approximate any continuous function to any desired precision, provided enough hidden neurons are available.
A single sigmoid neuron can represent every non-linear decision boundary in .