climate_learn icon indicating copy to clipboard operation
climate_learn copied to clipboard

Create ANN using Keras/TensorFlow for predicting PTTEND

Open monocongo opened this issue 7 years ago • 2 comments

Using Keras with the TensorFlow backend we'll create a simple artificial neural network (ANN) using two layers, 1) convolutional neural network and 2) LSTM, for predicting the CAM PTTEND forcing tendency variable from PS, T, U, and V inputs. We'll split our input data into train/test datasets on northern and southern hemispheres.

monocongo avatar Sep 27 '18 15:09 monocongo

This tutorial may provide a good template.

monocongo avatar Sep 28 '18 13:09 monocongo

Rather than using a Conv2D layer for the CNN part of the model we may want to explore using a Cropping3D layer instead.

monocongo avatar Sep 28 '18 20:09 monocongo