Which option is the correct activation (unction for the output layer in a CNN model trained to classify an image belonging to one of the n classes (CI. C2, C3, , Cn)?
A. Sigmoid
B. ReLU
C. TanH
D. Softmax
Given the category rule:

Which document would be identified based on the text strings in the answer options?
A. The patient was diagnosed with Alzheimer's disease Side effects include decreased cognitive ability and memory issues
B. Side effects include decreased cognitive ability and memory issue
C. The patient was diagnosed with Alzheimers disease Side effects include decreased cognitive ability and memory issues
D. Alzheimer s side effects include decreased cognitive ability and memory issues
Which statement is TRUE concerning the "dropout" option?
A. It specifies the number of neurons to drop from each layer of the network
B. It specifies the percentage of neurons to drop from a given layer of the network
C. It specifies the percentage of neurons to drop from the entire network
D. It specifies the number of layers to drop from the entire network
Which action set is needed to upload a picture into memory using SAS?
A. LoadActionSet
B. Image
C. DeepLearn
D. Table
What are two reasons to use a pooling layer in a Convolution Neural Network (CNN)? (Choose two)
A. to increase granularity of information
B. to make the feature map invariant to transformation
C. to extract features of different spatial scale
D. to extract a summarized value from an area of the image
Refer to the exhibit.

How many output feature maps would be created by a convolutional layer with four filters applied to a three channel input?

Enter your numeric answer in the space above.
A. 12
Refer to the Exhibit tabs.

The Aviation Safely Reporting System document collection contains safety reports related to aviation A term map is created fortIhe term "incursion" The term "taxiway" is directly connected to the term "incursion" Which statement is consistent with the exhibit?
A. The document collection contains 1,888 documents, and the terms "taxiway" and "incursion" appear together in 80 documents
B. The document collection contains 1,888 documents, and the term "taxiway" appears in 80 documents
C. The term "incursion" appears in 1,888 documents and the term "taxrway" appears in 80 of those 1.888 documents
D. The term "taxiway" appears in 1 888 documents, and the term "incursion" appears in 80 of those 1.888 documents
What sampling method does the DLTUNE action use to sample the hyper parameter values?
A. Simple Random Sampling
B. Systematic Sampling
C. Stratified Random Sampling
D. Latin Hypercube Sampling
Assume:
*
You have images In directories user/animals/cats and/user/animals/dogs
*
You have a path caslib with name that points to the directory /user.

What value can you use for the LabelLevels parameter of the laodimage action to obtains the string cats and dogs in the _label column of the output table?
A. 2
B. 0
C. "All"
D. 1
Given the code specifying the three initial layers of a convolutional network:

What is the size of me output tensor (image) ot pool?
A. 10*10
B. 5*5
C. 8*8
D. 4*4