Skip to content

MarkusBonsch/mxLSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxLSTM

LSTM models for regression analysis with mxNet.

Features

Based on the excellent example here.

Added following features:

  • takes numeric inputs instead of text (for timeseries regression)
  • zoneout as described in Krueger et al. 2017 "Zoneout: Regularizing RNNs by randomly preserving hidden activations".
  • batch normalization as described in T. Cooljmans et al. ILRC 2017 "Recurrent batch normalization".
  • choice of different activation functions.

About

LSTM models for regression analysis with mxNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages