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?
Answer : C
How many channels does a BGR image contain?

Enter your numeric answer in the space above
See Below Explanation:
Answer : A
Which node does not produce score code?
Answer : C
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?
Answer : C
Given the code to score images:

What is the actual batch size?
Answer : D
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?
Answer : A
Which activation function should be used to obtain a single scalar with value in (-1,1)9
Answer : A