AD3511 SET2

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

B.E / B.Tech.

PRACTICAL END SEMESTER EXAMINATIONS, NOVEMBER/DECEMBER 2023


Fifth Semester

AD3511 – DEEP LEARNING LABORATORY

(Regulations 2021)

Time : 3 Hours Answer any one Question Max. Marks 100

Aim/Principle/Apparatus Tabulation/Circuit/ Calculation Viva-Voce Record Total


required/Procedure Program/Drawing & Results
20 30 30 10 10 100

1. Write a simple python program to compare Gradient Descent and Stochastic Gradient Descent

2. Write a python program to implement the following task

i. Load image dataset from keras

ii. Plot the images

iii. Train the dataset

iv. Normalizing the training data

v. Build simple ANN for image classification

3. Construct Artificial Neural Network to implement XOR problem

4. Classify handwritten digits using a simple neural network (ANN) first and then repeat same thing
with convolutional neural network, compare the accuracy.

5. Construct simple neural network which has only input and output layers and classify the
handwritten digits. Then add hidden layer and check the model performance.

6. Write a python program to implement positive review and negative review analysis using RNN

7. Write a python program to implement supervised word embedding

8. Implement word prediction using Recurrent Neural Network

9. Write a python program to implement data preprocessing using IMBD dataset.

Page 1 of 2
10. Construct a sequence to sequence model using python

11. Implement Name Entity Recognition in language modeling.

12. Implement word prediction using LSTM.

13. Write a python program to implement word embedding using keras

14. Consider any dataset and perform sentiment analysis using LSTM

15. Write a program to develop Autoencoders using MNIST Handwritten Digits.

16. Implement flower image classification using ANN

17. Write a program to develop a GAN for Generating MNIST Handwritten Digits

18. Write a program for object detection using image labeling tools.

19. Build a feed forward neural network for prediction of logic gates.

20. Write a program to implement deep learning Techniques for image segmentation.

Page 2 of 2

You might also like