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.
machine-learning natural-language-processing deep-learning neural-network backward-propagation-through-time reccurent-neural-network
-
Updated
May 5, 2020 - MATLAB