0% found this document useful (0 votes)
25 views10 pages

DL Practical QP

dl practical p

Uploaded by

jeyanthi suresh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views10 pages

DL Practical QP

dl practical p

Uploaded by

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

1.

Construct a simple neural network performing classification on MNIST


Handwritten Digit dataset

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


4.. Build a CNN to classify flower image

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

5. 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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

6. Implement the following task using python


i. Reading corpus the text file
ii. Perform tokenization
iii.Perform padding
iv. Predict next word

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


7. Construct a face recognition model using CNN

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

8. Write a python program to implement positive review and negative review


analysis using RNN

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

9. 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
Aim Algorithm Python Model Viva Record Total
code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


10. X ray image analysis using encoder

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

11. Image augmentation using suitable model

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

12. Language modeling using RNN

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

14. Develop a CNN-based face recognition system. Use a simplified dataset containing
grayscale face images of a few individuals for training and testing your model

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

15 Create a character-level language model using Recurrent Neural Network (RNN). Use a
small corpus of text (such as Shakespearean plays or poems) for training and generating new
text.
Aim Algorithm Python Model Viva Record Total
code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


16.Build a Convolutional Neural Network (CNN) to recognize handwritten digits. Utilize the
MNIST dataset, a collection of 28x28 grayscale images of handwritten digits (0-9), for training
and testing your CNN.

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

17. X ray image analysis using encoder

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

18.Perform sentiment analysis on customer reviews using Long Short-Term Memory (LSTM)
networks. Use the amazon dataset, consisting of product reviews labelled as positive or
negative, for training and testing your LSTM model
Aim Algorithm Python Model Viva Record Total
code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


19. Construct a face recognition model using CNN

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

20. Construct a face recognition model using CNN

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

21. 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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


22. Build a CNN to classify flower image

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

23. Build a Deep Neural Network (DNN) to solve the XOR problem. Use a dataset
containing input-output pairs (0, 0), (0, 1), (1, 0), and (1, 1). Use different activation
functions in each layer and demonstrate how the network learns XOR logic.

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

24. Construct a face recognition model using CNN

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


25.Build an English to Tamil machine translation system using an Encoder-Decoder
model. Use a small parallel corpus of English and Tamil sentences for training and
testing your translation model.

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

27. Implement word prediction using LSTM.

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER


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

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

29. Implement image augmentation using Generative Adversarial Networks (GANs). Use
a dataset of natural images (such as animals or objects) to generate augmented
versions of the images for training other models.

Aim Algorithm Python Model Viva Record Total


code Architecture (10) (10) (100)
(10) (20) (20) (30)

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like