Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 432 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 432 Bytes

BPTTTutorial

This MATLAB program implements the complete BPTT process for GRU. We provide two algorithms here, a direct but quadratic time algorithm for easy understanding, and an optimized linear time algorithm.

Please see the technical report for detailed derivation and explanation.