AIML355 • Fundamentals of Deep Learning Lab
EXP08 — LSTM Weather Forecasting
Record-ready template
Replace placeholders with your final work (code + outputs + screenshots).
Submission checklist
Aim ✓ • Environment ✓ • Dataset ✓ • Procedure ✓ • Code ✓ • Output ✓ • Discussion ✓ • Viva ✓
1) Aim
Using LSTM for prediction of future weather of cities in Python.
Learning outcomes
- Prepare weather time-series dataset and create sequences.
- Train an LSTM model and tune lookback/horizon.
- Evaluate forecasting quality and plot predictions.
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.