Question 16

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?
  • Question 17

    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.

    Question 18

    Consider the category rule:

    Which statement is TRUE about a document that satisfies this rule?
  • Question 19

    Given an equivalent number of neurons why would you use an LSTM-based recurrent neural network over a conventional recurrent neural network?
  • Question 20

    Given the code specifying the three initial layers of a convolutional network:

    What is the size of me output tensor (image) ot pool?