SAS Institute A00-405 SAS Viya 3.5 Natural Language Processing and Computer Vision Online Training
SAS Institute A00-405 Online Training
The questions for A00-405 were last updated at Nov 19,2024.
- Exam Code: A00-405
- Exam Name: SAS Viya 3.5 Natural Language Processing and Computer Vision
- Certification Provider: SAS Institute
- Latest update: Nov 19,2024
Which action set is needed to upload a picture into memory using SAS?
- A . LoadActionSet
- B . Image
- C . DeepLearn
- D . Table
Which concept rule must be used for generating factual extraction within a sentence containing machine learning and text analytics?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
What are two reasons to use a pooling layer in a Convolution Neural Network (CNN)? (Choose two)
- A . to increase granularity of information
- B . to make the feature map invariant to transformation
- C . to extract features of different spatial scale
- D . to extract a summarized value from an area of the image
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?
- A . 100’100’13
- B . 300’300’5
- C . 100’100’18
- D . 300’300’13
Given the code:
How many trainable parameters do these lines add to the model
- A . 25
- B . 520
- C . 250
- D . 500
Consider the CONCEPT rule:
CONCEPT:red@A
Which choice represents a possible result from this CONCEPT rule?
- A . Redraw begins with the word red and then matches any set of alpha characters
- B . Reds, a plural variant of the noun red
- C . Redness a noun having red as a root word
- D . Redder, a variant of the adjective red
CORRECT TEXT
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 score images:
What is the actual batch size?
- A . 20
- B . 2
- C . 40
- D . 10
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
An analyst wants to identify terms that might be used as keywords to search a document collection looking for consumer comments related to price Using which SAS Visual Text Analytics node and feature would be most efficient for this business need?
- A . The "create rule from selected elements" feature for the term price in the Textual Elements pane of the Categories node
- B . The "matched documents" feature for a custom PRICE concept in the Concepts node
- C . The term table for a derived PRICE topic in the Topics node
- D . The "show similarity scores" feature for the term price in the Kept Terms pane of the Text Parsing node