top of page
Title: A Dynamic Hybrid Weather Forecasting Model for Olive Tree Cultivation in Mediterranean Climates
-
Goal: Forecast daily weather in olive-producing regions using machine learning and uncertainty-aware methods
-
Approach: Combined Gated Recurrent Units with Bayesian Ensemble Kalman Filters for dynamic updates
-
Data: 5 Mediterranean cities (Cyprus, Turkey, Greece, Spain, Italy)
-
Tools: Python, TensorFlow, Prophet, Kalman Filters

High-Level Steps Overview:





Given a prior belief (my initial model weights) and a new observation (real-time temperature data), how should the model revise it's belief(update its weights) ?







bottom of page