A data scientist trains a neural network using PROC HPNEURAL with 2 hidden layers. Which option in the PROC statement controls the maximum number of training iterations?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — a is correct because PROC HPNEURAL uses MAXITER= in the PROC statement to limit the maximum number of training iterations. B (EPOCHS=) is terminology used in deep learning frameworks and SAS DLPy, not PROC HPNEURAL.
Full explanation below image
Full Explanation
A is correct because PROC HPNEURAL uses MAXITER= in the PROC statement to limit the maximum number of training iterations. B (EPOCHS=) is terminology used in deep learning frameworks and SAS DLPy, not PROC HPNEURAL. C is wrong because the TRAIN statement in PROC HPNEURAL does not have an ITERATIONS= option. D is wrong because the option name in PROC HPNEURAL is MAXITER=, not MAXIT=.