Recurrent Highway Networks Source Code: https://github.com/julian121266/RecurrentHighwayNetworks/
This repository contains code accompanying the paper Recurrent Highway Networks (RHNs). RHNs are an extension of Long Short Term Memory Networks with forget gates to enable the learning of deep recurrent state transitions. We provide implementations in Tensorflow, Torch7 and Brainstorm libraries, and welcome additional implementations from the community.
Recurrent Highway Networks PDF: https://arxiv.org/pdf/1607.03474v3