Code
Emulating Ecological Memory with Recurrent Neural Networks
Code on github
With Basil Kraft and Sujan Koirala, we developped an deep learning emulator to provide an insight into the relevance of memory effects in the Earth system and presents an experimental case study to use an Recurrent Neural Network (RNN) model to emulate a physical model. We demonstrate that an RNN is largely capable of learning the memory effects encoded in a physical model. A non-temporal fully connected model cannot reproduce such memory effects, especially during anomalous conditions (e.g. climate extremes).
If using this code, please cite: Emulating Ecological Memory with Recurrent Neural Networks B. Kraft, S. Besnard, S. Koirala Deep Learning for the Earth Sciences: A Comprehensive Approach to Remote Sensing, Climate Science and Geosciences, Nov. 2019.
@incollection{Kraft2021emulating,
title = {Emulating Ecological Memory with Recurrent Neural Networks},
booktitle = {Deep Learning for the Earth Sciences: A Comprehensive Approach to Remote Sensing, Climate Science and Geosciences},
author = {Kraft, Basil and Besnard, Simon and Koirala, Sujan},
editor = {Camps-Valls, Gustau and Tuia, Devis and Zhu, Xiao Xiang and Reichstein, Markus},
edition = {1st edition},
publisher = ,
isbn = {978-1-119-64614-3},
Year = {2021}
}
ageUpscaling: a Python package for model training and upscaling forest age product
ageUpscaling code on GitLab. I will make it public soon!
The ageUpscaling toolbox implements different Python modules to train machine learning models and perform the upscaling of pre-trained models.
It allows to generate global forest age map. It can be easily adapted to new datasets and new set of models can be plugged-in.
gediwavedl: a Python package for processing and upscaling GEDI L1B waveforms
gediwavedl code on GitLab. I will make it public soon!
The gediwavedl toolbox implements different Python modules to download and process GEDI products. It also allows users to acquire satellite imagery from the microsoft planetary for any GEDI shots.