0% found this document useful (0 votes)
15 views2 pages

AD3511 DL

Uploaded by

sahaana.g
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
0% found this document useful (0 votes)
15 views2 pages

AD3511 DL

Uploaded by

sahaana.g
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/ 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. Construct a simple neural network performing classification on MNIST Handwritten Digit dataset

2. Build a CNN and train it with the Labeled Faces in the Wild dataset to determine how well a
CNN can be trained to perform facial recognition.

3. Build a Deep Neural Network for XOR problem using Keras

4. Implement handwritten digit classification using Neural Network

5. Construct a face recognition model using CNN

6. Write a python program to implement sentiment analysis using RNN

7. Write a python program to implement the following task

i. Load dataset

ii. Perform data preprocessing

iii. build a model

iv. check the accuracy

8. Perform Language modeling using RNN

9. Implement the following task using python

i. Reading corpus the text file

ii. Perform tokenization

Page 1 of 2
iii. Perform padding

iv. Predict next word

10. Implement Machine Translation using Encoder-Decoder model

11. Implement part of speech tagging using sequence to sequence model

12. Write a python program to implement Name Entity Recognition.

13. Write a python program to implement text generation using LSTM

14. Write a python program for generating new set of images from the existing images using
Generative Adversarial Network.

15. Build a simple neural Network to perform image classification

16. Implement image classification using ANN and CNN and compare the accuracy

17. Build a CNN to classify flower images

18. Write a python program to address overfitting using data augmentation.

19. Load cifar10 dataset from tensorflow and perform classification using CNN

20. Implement the following task using python

i. Load IMBD dataset

ii. Remove html tags

iii. Remove punctuation and numbers

iv. Remove single character

v. Filter stopwords

Page 2 of 2

You might also like