LTSM Recurrent Neural Networks

Overview


A LTSM (long term short memory) network is a version of recurrent network that allows for the network state to include a long term component.

Implementation


Tensor Flow Example