Fill in the blanks in the code extracted from the source code download from a Category node.
Your goal is to categorize the documents in the my Score Tbl table which has been uploaded to the
myCasUb library The text column Comments are identified by myKey, and the scoring output tables
are to be saved in the same library as the score table
Enter your answer in the fields above.
mycas;
name_of_input_data_set;
perform; Name of the
column to process in the
input dat
set
Which statement is TRUE about importing documents into SAS Visual Text Analytics using the Explore
and Visualize Data menu?
A
Given the code to score images:
What is the actual batch size?
D
Given the code:
How many trainable parameters do these lines add to the model
C
What sampling method does the DLTUNE action use to sample the hyper parameter values?
B
Which activation function should be used to obtain a single scalar with value in (-1,1)9
A
Refer to the exhibit.
Exhibit A details the structure of a convolutional model Exhibit B provides details o( each layer in the
model The blue arrowed lines represent connections between layers What is the depth of the
residual layer depicted above'?
D
Consider a 224x224 image provided as input for training a CNN for image classification A 5x5 filter is
to be used with a stride of 1 for the first convolutional layer What size padding should be applied in
order to maintain the original resolution to provide as input to the next layer?
Enter your numeric answer in the space above.
3
Which statement is TRUE concerning the "dropout" option?
B
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?
C