Skip to content

Hand-optimised special-purpose LSTM for regression problems

License

Notifications You must be signed in to change notification settings

EarthyScience/RNNFluxes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Hand-optimised special-purpose LSTM for regression problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages