Which statement is TRUE regarding the Topics node in SAS Visual Text Analytics''
Answer : D
What are two reasons to use a pooling layer in a Convolution Neural Network (CNN)? (Choose two)
Answer : A, C
Regularization in neural networks represents a set of techniques devised to accomplish what?
Answer : C
What computation is performed when applying a neural network with Batch Normalization to test data?
Answer : A
Assume you are using an addLayer call with dcopout=o. 5 to add a pooling layer into a CNN model What is the outcome of the addLayer call?
Answer : A
Refer to the exhibit.
The pixel intensity values for the top left corner of a 224x224 grey scale image are provided in Exhibit A This image is provided as input to the convolutional filter (Exhibit B) with equal zero padding of size 2 on all sides
What is the first value in the feature map resulting from applying this filler (cross-correlation operation)?
Answer : A
Given the code to add a concatenation layer:
Assume the output dimensions (width*depth):
* source layer A 100*100*5
* source layer B 100*100*5
* source layer C 100*100*3
What is the correct dimension of the output of this concatenation layer?
Answer : C