Which statement is TRUE about importing documents into SAS Visual Text Analytics using the Explore and Visualize Data menu?
A. You must include your document collection in a parent folder
B. You must convert your document collection to a SAS data set
C. You must correct misspelled words in the document collection
D. You must store the documents as txt files in a folder
Which action set is needed to upload a picture into memory using SAS?
A. LoadActionSet
B. Image
C. DeepLearn
D. Table
Consider the category rule:

Which statement is TRUE about a document that satisfies this rule?
A. It exhibits the topic named INCURSION
B. It exhibits one or more of the items used to define the INCURSION concept
C. It contains the term "incursion" or any of the stemmed versions of "incursion '
D. It satisfies a previously defined INCURSION category rule but overrides the primary Boolean operator in the original rule with the OR operator
Complete the concept rule below with the rule type used to extract drug dosages.

Enter your answer in the field above
A. 50
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?
A. The values from halt of the output neurons of the pooling layer ate randomly set to zero
B. The output feature map size is increased 2 times on width and height.
C. The values from half of the input neurons to the pooling layer are randomly set to zero
D. The output feature map size is reduced by half on width and height
Which statements are TRUE about importing SAS Contextual Analysis projects into SAS Visual Text Analytics when creating a new project? (Choose two)
A. All custom concept and some predefined concept settings are imported
B. All machine generated topics and sentiment scores are imported
C. All custom categories are imported
D. All sentiment classification and probability scores are imported
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.
A. mycas; name_of_input_data_set; perform; Name of the column to process in the input data set
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
Which statement is TRUE regarding the Topics node in SAS Visual Text Analytics''
A. The term relevancy score ranges front 0 to 1.
B. A custom topic assigns a term relevancy score of 1 to each document containing the term.
C. You can split or merge topics
D. A single document contains only one topic
Which activation function should be used to obtain a single scalar with value in (-1,1)9
A. TanH
B. Logistic
C. Softmax
D. ReLU