Install our extension to search inside any video instantly.

Satellite-Based Wheat Yield Forecasting using GEE & Transformer Neural Network

Added:
634 views24likes8:29gisrsinstituteOriginal Release: 2025-06-15

This video demonstrates a complete workflow for predicting wheat yield using satellite data and deep learning: (1) Collect multi-source satellite data including NDVI from Sentinel-2 and Landsat 8, precipitation, temperature, and soil moisture using Google Earth Engine; (2) Export training samples as CSV files containing feature values and ground-truth yield data; (3) Preprocess data by normalizing features with StandardScaler and splitting into 80% training and 20% testing sets; (4) Build a transformer-based regression model using PyTorch with Adam optimizer; (5) Train the model for 100 epochs and evaluate using RMSE and R² scores; (6) Apply the trained model to full imagery to generate yield prediction maps in GeoTIFF format for visualization and analysis.