0% found this document useful (0 votes)
19 views1 page

IOE 421 Deep Learning-Assignment-2

The assignment requires students to implement various deep learning tasks including Dog vs Cat classification using CNN with pretrained models (AlexNet, ResNet, VGG16, Inception-v3, MobileNet) and analyze their performance. Additionally, students must perform object detection using YOLO on the Arthropods dataset, create an image caption generator using CNN and LSTM, and build an LSTM model for spam email detection using NLP techniques. Submission must include program code and output screenshots.

Uploaded by

Vipul Khandke
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)
19 views1 page

IOE 421 Deep Learning-Assignment-2

The assignment requires students to implement various deep learning tasks including Dog vs Cat classification using CNN with pretrained models (AlexNet, ResNet, VGG16, Inception-v3, MobileNet) and analyze their performance. Additionally, students must perform object detection using YOLO on the Arthropods dataset, create an image caption generator using CNN and LSTM, and build an LSTM model for spam email detection using NLP techniques. Submission must include program code and output screenshots.

Uploaded by

Vipul Khandke
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

IOE 421 Deep learning

Programming Assignment-2

Submission file should contain

 Program code
 Output screenshot

1. Using CNN perform Dog Vs Cat classification with pretrained model as follows,
AlexNet, ResNet, VGG16, Inception-v3, MobileNet. Also, display the accuracy of each
model in the respective model output. Give your inference based on the 5 models
performance. Which is better? why?
2. Using YOLO perform object detection with Arthropods dataset. The dataset link is
provided as follows
https://www.kaggle.com/datasets/mistag/arthropod-taxonomy-orders-object-
detection-dataset
3. Build Image Caption Generator with CNN & LSTM.
4. Build an LSTM Model to Detect an Automated Spam E-mail Using Common Natural
Language Processing.

You might also like