climate_learn icon indicating copy to clipboard operation
climate_learn copied to clipboard

Deep learning for climate modeling.

Results 17 climate_learn issues
Sort by recently updated
recently updated
newest added

Begin development of a notebook that includes an RNN/LSTM model implemented using Keras.

Develop an initial [Pipeline](http://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html) for managing machine learning workflow.

We currently expect data for prediction to match the shape of the fit inputs, i.e. there is currently no allowance for batching in the model(s).

We've been doing scaling erroneously using a scaler for each lat/lon location, rather than a scaler per feature/label.

Create a simple CNN with Keras to evaluate its performance and predict variable values.

Create PBS batch processing script for running a ML model using CAM inputs/outputs. Script template: ``` #### PBS preamble #PBS -N PBS_test_script #PBS -M [email protected] #PBS -m abe #PBS -A...

Add information to README regarding approach and methodologies used for building model to reproduce results of CAM for global climate modeling using ML algorithms.

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...

Determine which model works best for features: [PS, T, U, and V] and label: PTTEND PTTEND (T total physics tendency) is the result of the CAM's processing of the PS...

SHFLX (surface sensible heat flux) and LHFLX (surface latent heat flux) are results of the CAM's processing of the Q (specific humidity) and PRECL (large-scale (stable) precipitation rate (liquid +...