A00-405 SAS Viya 3.5 Natural Language Processing and Computer Vision

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which statement is TRUE concerning the "dropout" option?

Select an option, then click Submit answer.

  • It specifies the number of neurons to drop from each layer of the network

  • It specifies the percentage of neurons to drop from a given layer of the network

  • It specifies the percentage of neurons to drop from the entire network

  • It specifies the number of layers to drop from the entire network


Question 8

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?

Select an option, then click Submit answer.

  • The values from halt of the output neurons of the pooling layer ate randomly set to zero

  • The output feature map size is increased 2 times on width and height.

  • The values from half of the input neurons to the pooling layer are randomly set to zero

  • The output feature map size is reduced by half on width and height


Question 9

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

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

Select an option, then click Submit answer.

  • 10*10

  • 5*5

  • 8*8

  • 4*4