Question 17
Which of the following statements are true?(Select ALL that apply)
Weight change criterion is a method of ‘early stopping’ that checks whether ornot the error is dropping over epochs to decide whether to continue training or stop.
L1 norm tends to create more sparse weights than L2 norm.
During the training phase, for each iteration, Dropout ignores a randomfraction, p, of nodes, and accounts for it in the test phase by scaling down the activations by a factor of p.
A single McCulloch-Pitts neuron is capable of modeling AND, OR, XOR, NOR,and NAND functions.