Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.03 KB

RNNFluxes

Documentation Build Status
Build Status

An RNN and LSTM implementation to solve regression problems. Initially implemented to estimate carbon exchange fluxes including history.

Installation

In Julia, run

Pkg.clone("RNNFluxes")

To plot the progress during training, run your session inside a Jupyter Notebook and add the following lines somewhere to enable inline plotting:

using Plots
default(show=:inline)