100% found this document useful (1 vote)
1K views4 pages

101905CS502H - Neural Networks and Deep Learning - Model Question Paper

Uploaded by

R Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views4 pages

101905CS502H - Neural Networks and Deep Learning - Model Question Paper

Uploaded by

R Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Model Question paper

RAJAGIRI SCHOOL OF ENGINEERING & TECHNOLOGY(AUTONOMOUS)


FIFTH SEMESTER B.TECH. DEGREE EXAMINATION

101905/CS502H NEURAL NETWORKS AND DEEP LEARNING


Max. Marks: 100 Duration: 3 Hours

PART A
Answer all Questions. Each question carries 3 Marks

1. List and compare the types of machine learning algorithms.

2. Suppose 10000 patients get tested for flu; out of them, 9000 are actually healthy
and 1000 are actually sick. For the sick people, a test was positive for 620 and
negative for 380. For healthy people, the same test was positive for 180 and
negative for 8820. Construct a confusion matrix for the data and compute the
accuracy, precision and recall for the data.

3. Illustrate the limitation of a single layer perceptron with an example.

4. Specify the advantages of ReLU over sigmoid activation function.

5. Derive weight updating rule in gradient descent when the error function is

a) mean squared error


b) cross entropy.

6. List any three methods to prevent overfitting in neural networks.

7. What happens if the stride of the convolutional layer increases? What can be the
maximum stride? Justify your answer.

8. Consider an activation volume of size 13×13×64 and a filter of size


3×3×64.Discuss whether it is possible to perform convolutions with strides 2, 3
and 5. Justify your answer in each case.

9. How does a recursive neural network work?

10. List down three differences between LSTM and RNN. (10x3=30)
Part B
(Answer any one question from each module. Each question carries 14
Marks)
11. (a) Prove that the decision boundary of binary logistic regression is linear (9)
(b) Given the following data, construct the ROC curve of the data. Compute the
AUC.

Thres TP TN FP FN
hold
1 0 25 0 29
2 7 25 0 22
3 18 24 1 11
4 26 20 5 3
5 29 11 14 0

OR
12. (A) With an example classification problem, explain the following terms:
a) Hyper parameters
b) Training set
c) Validation sets
d) Bias
e) Variance (8)
(B) Determine the regression equation by finding the regression slope
coefficient and the intercept value using the following data.
x :55, 60 ,65, 70, 80
y :52, 54, 56 ,58, 62 (6)

13. (a) Update the parameters in the given MLP using back propagation with
learning rate as 0.5 and activation function as sigmoid. Initial weights are given as
W1= 0.2, W2=0.1, W3=0.1, W4=0.3, W5=0.2, W6=0.5, and biases as B1=-
1,B2=.3,Bout=.7. The target output=1.
(b) Explain the importance of choosing the right step size in neural networks (4)

OR

14. (a) Explain in detail any four practical issues in neural network training (8)
(b) Calculate the output of the following neuron Y with the activation function
as a) binary sigmoid b) tanh c)ReLU

15. a)Explain ADAGRAD (6)


(b) Differentiate gradient descent with and without momentum. Give equations
for weight updation in GD with and without momentum. Illustrate plateaus, saddle
points and slowly varying gradients. (8)
OR
16. (A) Suppose a supervised learning problem is given to model a deep feed
forward neural network. Suggest solutions for the following
a) small sized dataset for training
b) dataset with both labelled and unlabeled data
c)large data set but data from different distribution (9)
(B) Describe the effect in bias and variance when a neural network is modified
with more number of hidden units followed with dropout regularization. (5)
17. (a) Draw and explain the architecture of Convolutional Neural Networks (8)
(b) Suppose that a CNN was trained to classify images into different categories. It
performed well on a validation set that was taken from the same source as the
training set but not on a testing set. What could be the problem with the training
of such a CNN? How will you ascertain the problem? How can those problems be
solved? (6)
OR
18. (A) Explain the following convolution functions
a)tensors
b) kernel flipping
c)down sampling
d) strides
e) zero padding.
B)What is the motivation behind convolution neural networks? (4)

19. (a) What is Generative Adversarial network? Explain its architecture. (8)
(b) Explain the architecture of Recurrent Neural Networks . (6)

OR
20. (a) Explain LSTM based solution for anyone of the problems in the Natural
Language Processing domain. (8)
(b) Discuss the architecture of GRU (6 )

You might also like