DL Important
DL Important
Shorts:
1.A 3-dimensional input X = (X1, X2, X3) = (2,
1, 2) is fully connected to 1 neuron which is
in the hidden layer with binary sigmoid
activation function. Calculate the output of
the hidden layer neuron. Assume associated
weights. Neglect bias term.
2.Explain the importance of choosing the right
step size in neural networks.
3.Discuss methods to prevent overfitting in
neural networks
4.A 3-dimensional input X = (X1, X2, X3) = (1,
2, 1) is fully connected to 1 neuron which is
in the hidden layer with binary sigmoid
activation function. Calculate the output of
the hidden layer neuron. Assume associated
weights. Neglect bias term.
5.Discuss the advantages of multilayer
perceptrons with an example.
6.Define overfitting. List any two solutions to
solve overfitting problem in neural network.
7.Discuss the disadvantages of single layer
perceptrons with an example.
8. List any three applications of neural
network.
Essay:
1.a) Calculate the output of the following
neuron Y if the activation function is a bipolar
sigmoid.
Module 2
Shorts:
1.Give a method to fight vanishing gradients in
fully-connected neural networks.
2. Discuss the importance of optimizers in deep
learning. List any 5 optimizers.
3.A supervised learning problem is given to
model a deep feed forward neural network.
Suggest solutions for a small sized dataset
for training.
4. Explain how L2 regularization improves the
performance of deep feed forward neural
networks.
5.Discuss need of parameter initialization and
early stopping.
6. Explain any two ensemble methods.
7.Explain any two parameter initialization
methods.
8. Compare L1 and L2 regularization.
Essay:
Module 3
Shorts:
1.Explain how convolution and pooling act
as infinitely strong prior.
2. Give two benefits of using convolutional
layers instead of fully connected ones for
visual tasks.
3.Give two benefits of using convolutional
layers instead of fully connected ones for
visual tasks.
4. Assume an input volume of dimension
64 x 64 x 3. What are the dimensions of
the resulting volume after convolving a 5
x 5 kernel with zero padding, stride of 1
and 2 filters?
5.Identify the datatypes that can be
handled by Convolutional Neural
Networks.
6. List any two pooling methods with
example.
7.Define structured outputs in
Convolutional Neural networks.
8. Suggest a method to make convolution
algorithm more efficient. Justify Your
answer.
Essay:
1.a) Discuss the variants of convolution
functions.
b) Explain the motivation towards
convolution neural networks.
Module 4
Shorts:
1.Discuss deep recurrent networks.
2. Explain the concept of ‘Unrolling through
time’ in Recurrent Neural Networks.
3.Explain the concept of ‘Unrolling through
time’ in Recurrent Neural Networks.
4. How does a recursive neural network
work?
5.What kind of data can be handled by
Recurrent Neural Network. Explain.
6.List any three applications of LSTM.
7.Explain Recursive Neural Network.
8. Explain applications of Recurrent Neural
Network.
Essay:
1.a) Describe how an LSTM reduces
vanishing gradient problem associated
with recurrent neural networks.
b) Explain the architecture of GRU.
2.(a) Draw and explain the variations of
Recurrent Neural Network design.
Module 5
Shorts:
1.Describe the technique of
representation learning in deep
learning.
2. Illustrate the use of deep learning
concepts in Speech Recognition.
3.Describe the technique of
representation learning in deep
learning.
4. How deep learning supports the field
of natural language processing.
5.Explain boltzmann machines in deep
learning.
6. Explain computer vision
implementation with deep learning
concepts.
7.What is an autoencoder? Give one
application of an autoencoder.
8.Illustrate the use of deep learning
concepts in Computer Vision.
Essay: