Question Bank
Question Bank
Question Bank
Descriptive Questions
1.Explain in short the terms AI , ML, and DL and also explain the History of Deep Learning
in short.(7marks)
3.What is the neural network and how to representation of the data for neural
network.(7marks)
1.Which neural network has only one hidden layer between the input and output?
C.both 1 and 2
3 Which of the following would have a constant input in each epoch of training a deep
learning model
4 . Applying the chain rule to the computation of the gradient values of a neural network
gives rise to an algorithm is called----
a) Feed forward
b) Back Propagation
c) Gradient-based optimization
d) Tensor Flow
5.The two key ideas of deep learning for computer vision are-
d) None of these
B.Numerical instability
C.Sharp minima
8.__________ is a general field that encompasses machine learning and deep learning, but
that also includes many more approaches that don’t involve any learning.
a) Attribute
b) Shape
c) Rank
d) ndim
11. ------------------------- is the study of computer algorithms that allow computer programs
to automatically improve through experience.
a) Deep Learning
b) Machine Learning
c) Reinforcement Learning
d) None of these
13. The quantity that will be minimized during training called as__
Descriptive Questions
3.What is the difference between units , input shape and output shape in Keras layer
class?(7marks)
5.What is a computation graph in deep learning? State the use of it in deep learning. (7marks)
MCQ
A.R
B.Tensorflow
C.SAS
D.Azure
2.How can we improve the calculation speed in Tensorsflow without losing accuracy?
A.Using GPU
A.python
B.keras
C.pyTouch
D.Azure
5. Determines how the network will be updated based on the loss function called_
9.______ are some of the primary platforms for deep learning today.
10. Overfitting is a type of modelling error which results in the failure to predict future
observations effectively or fit additional data in the existing model.
a) Yes
b) No
c) May be
2. ______ is a pooling operation that selects the maximum element from the region of
the feature map covered by the filter.
A. Average Pooling
B. Max Pooling
C. Global Pooling
D. None of these
Ans: B
3. Which layer will apply element wise activation function to the output of convolution
layer?
A. Input Layer
B. Convolutional Layer
C. Activation Function Layer
D. Pool Layer
Ans: C
5. The input from Input layer is then feed into the _______
A. Input Layer
B. Output Layer
C. Hidden Layer
D. None of these
Ans: C
6. What computes the output volume by computing dot product between all filters and
image patch?
A. Input Layer
B. Convolutional Layer
C. Average Function Layer
D. Pool Layer
Ans: B
12. What’s the main point of difference between human & machine intelligence?
A. human perceive everything as a pattern while machine perceive it merely as data
B. human have emotions
C. human have more IQ & intellect
D. human have sense organs
Ans: A
1. Suppose your training examples are sentences (sequences of words). Which of the
following refers to the j^{th} word in the i^{th} training example?
A. x(i) <j>
B. x<i> (j)
C. x(j) <i>
D. x<j> (i)
Ans: A
3. In the equation of GRU and LSTM, we can see that update Gate and forget Gate in
LSTM play a role similar to .... and ..... in the GRU.
A. 1- [u and [u
B. [u and [r
C. [r and [u
D. [u and 1-[u
Ans: D
Descriptive Questions
ANS :B
Ans: D
A. TensorFlow API
B. Keras callbacks
D. TensorBoard
Ans: C
A. Batch normalization
B. Residual connection
C. Hyper parameter optimization
D. All of the above
Ans: D
A. Number
B. Text description
C. Picture
D. Metadata
Ans: A
A. Linear topology
B. Non-linear network topology
C. Directed topology
D. Undirected topology
Ans: B
A. TensorFlow
B. TensorBoard
C. Functional API
D. None of the above.
Ans: C
A. Keras callbacks
B. Functional API
C. TensorBoard
D. None of the above.
Ans: B
A. 3
B. 4
C. 2
D. 1
Ans: C
A. TensorFlow
B. Functional API
C. TensorBoard
D. None of the above.
Ans: B
1. What is Deep Generative Learning? How to generate images just based on the text
using Generative Deep Learning?
2. What are the Trade-Offs between GANs and other Generative Models?
3. Explain briefly about Deep Dream with example.
4. Briefly explain generative adversarial network.
5. What is Variational autoencoders?
6. Explain the concept of image editing.
7. How do you use LSTM for text generation?
8. How do neural networks generate text? What is the use of neural style transfer?
9. Explain neural style transfer in briefly What is the style loss in neural style
transfer?
10. What is the difference between autoencoder and variational autoencoder?
Multiple-choice questions
1. 2015
2. 2014
3. 2013
4. 2012
Ans: 2
3. _____ is used to learn a generative model, which describes how data is generated in terms
of a probabilistic model.
1. Adversarial
2. Generative
3. Networks
4. Discriminator
Ans: 2
1. Conditional GAN
2. Vanilla GAN
3. Deep Convolutional GAN
4. Laplacian Pyramid GAN
Ans :2
1. Convolutional network
2. Neural network
3. Sequential network
4. None of above
Ans: 2
6._______ has been successfully applied to speech synthesis and to dialogue generation for
chatbots.
1. 2013
2. 2015
3. 2016
4. 2011
Ans : 3
1. Eck
2. Alex Graves
3. Lannis Xenakis
4. None of above
Ans : 1
1. Wrapping up
2. Deep Dream
3. Neural style transfer
4. All of the above.
Ans: 2
1. Wrapping up
2. Neural style transfer
3. Deep Dream
4. Style loss
Ans: 2