Deep Learning - Tools and Applications MCQs Solution | TCS Fresco Play
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
1.Which of the following libraries uses computations graph of deep learning?
tensorflow
2.Deep learning software platforms are available as downloadable package.
True
3.what is a tensor?
an n-dimensional array
4.Which of the following libraries is mainly designed for machine vision?
caffe
5.Which of the following libraries stores and communicates data using blobs?
caffe
6.Which of the following library comes with visualization tool for deep learning?
tensor flow
7.Formula for recall is
TP/(TP+FN)
8.Learning rate is learnt by the network when training.
True
9.In Pruning technique initially we start with small number of neurons.
False
10.What is meant by precision in terms of deep learning metrics?
difference between actual value and predicted value
11.Deep learning performs better when sequential processing is used.
False
12.Which of the function always maps the values between 0 and 1?
Sigmoid
13.FPGAs are power efficient when compared to GPU.
True
14.Formula for Precision is
TP/(TP+FP)
15.Deep learning are not suitable for text analysis.
False
16.Convolutional neural network is mainly used for image recognition.
True
Post a Comment