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.