Skip to content

An implementation of Legendre Memory Units in Flax/Jax.

Notifications You must be signed in to change notification settings

darfire/flax-lmu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time series forecasting with Legendre Memory Units (LMU)

An implementation of the Legendre Memory Unit (LMU) in jax/flax for time series forecasting. The LMU is a novel memory cell that can be used in recurrent neural networks (RNNs) to process time series data. The LMU is designed to capture long-range dependencies in time series data, and is particularly well-suited for time series forecasting tasks.

The original paper at NeurIPS 2019 can be found here

The data

We use the electric transform temperature prediction dataset from here.

The model

We implement the Legendre Memory Unit (LMU) in jax/flax as described in the original paper. We compare it with the LSTM models provided by the flax library.

About

An implementation of Legendre Memory Units in Flax/Jax.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages