My projects

Analysis of the 2m air temperature anomalies from the Copernicus Climate Data Store (CDS)

Different plots representing the temperature anomalies in Europe, using Matplotlib and Xarray in Python.

LSTM-based prediction of the mean 2m air temperature anomalies from the CDS

Testing whether a simple LSTM neural network can predict mean temperature anomalies in Europe using TensorFlow and Xarray in Python.

Convolutional LSTM-Based prediction of 2m air temperature anomalies from the CDS

Testing whether a Convolutional LSTM can predict European temperature anomalies as effectively as the 1D case, using TensorFlow and Xarray in Python.