AIML355 • Fundamentals of Deep Learning Lab
EXP09 — Transfer Learning with MobileNetV2
Record-ready template
Replace placeholders with your final work (code + outputs + screenshots).
Submission checklist
Aim ✓ • Environment ✓ • Dataset ✓ • Procedure ✓ • Code ✓ • Output ✓ • Discussion ✓ • Viva ✓
1) Aim
To implement transfer learning using a pre-trained MobileNetV2 for image classification in Python.
Learning outcomes
- Use MobileNetV2 as feature extractor and train a custom classifier head.
- Apply data augmentation and fine-tune selectively.
- Report accuracy + confusion matrix and training curves.
2) Requirements / Environment
Software
- Python 3.10+ (recommended)
- TensorFlow/Keras (or PyTorch where applicable)
- NumPy, Pandas, Matplotlib
- Jupyter/Colab optional
Hardware
- CPU is OK for small runs; GPU optional
- RAM: 4–8 GB+ recommended
Reproducibility
Record library versions and random seed in your final report.