liminchen / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:MIT License


Languages

Language:MATLAB 100.0%