AIML355 • Fundamentals of Deep Learning Lab
EXP06 — Effect of Convolution Layers on MNIST
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 study performance using convolution layers in Python (MNIST dataset).
Learning outcomes
- Implement baseline dense model vs CNN model for MNIST.
- Vary conv layer depth/filters and observe accuracy/training time.
- Plot and compare learning curves and final metrics.
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.