Lab 11: ML Downscaling Implementation
Neural networks for bias correction, supervised learning approaches, practical ML implementation
1 Objectives
- Implement neural network approaches to bias correction
- Apply supervised learning to weather model downscaling
- Compare ML methods to traditional quantile mapping
- Understand practical limitations and computational requirements
2 Before
Instructions
Do this before the lab date so that lab itself can go more smoothly.
3 Background and Reading
4 Tasks
Modify the code section below to address the following tasks.
- Implement neural network approaches for climate model bias correction
- Apply supervised learning methods to weather model downscaling problems
- Compare ML approaches with traditional quantile mapping methods
- Assess practical limitations, computational requirements, and performance trade-offs