What is the minimum information required in an input data set prior to creating a SAS Visual Text Analytics project?
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.
Assume no padding is used for the input.
What is the output feature map size created by the cross-correlation between a three color channel, 10*10 input and a 4"4 filter that has a stride of two?
Enter your numeric answers in the spaces above
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?