Documentation | Build Status |
---|---|
An RNN and LSTM implementation to solve regression problems. Initially implemented to estimate carbon exchange fluxes including history.
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)