Given these two addLayer action calls:
How many trainable parameters for layer fc2?
A. 70
B. 1050
C. 1020
D. 1000
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
Which statement describes a situation in which a bi-directional recurrent neural network is a better option than a unidirectional network?
A. The data at any given point in time depends on both the previous and subsequent elements of the sequence
B. The data at any given point in time depends only on the previous elements of the sequence
C. The data at any given point in time is independent of both the previous and subsequent elements of the sequence
D. The data at any given point in time depends only on the subsequent elements of the sequence
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
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
What is the minimum information required in an input data set prior to creating a SAS Visual Text Analytics project?
A. A column of text
B. A column of text, a document ID and a categorical group variable
C. A column of text and a categorical group variable
D. A column of text and a document ID
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
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
Given an equivalent number of neurons why would you use an LSTM-based recurrent neural network over a conventional recurrent neural network?
A. Implementation advantages - easier lo parallelize
B. Size - uses (ewer parameters
C. Efficiency-requires fewer computations
D. Sequence memory - learns data dependencies spanning more sequence elements