In PROC HPNEURAL, which statement and option specify the number of neurons in a hidden layer?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because PROC HPNEURAL uses the HIDDEN statement where the number directly specifies hidden units. For example: HIDDEN 50; specifies 50 neurons.
Full explanation below image
Full Explanation
B is correct because PROC HPNEURAL uses the HIDDEN statement where the number directly specifies hidden units. For example: HIDDEN 50; specifies 50 neurons. A is wrong; NEURONS= is not a valid PROC HPNEURAL option. C (WIDTH=) and D (UNITS= in ARCHITECTURE) are not valid PROC HPNEURAL options.