What is: Convolutional GRU?
Source | Delving Deeper into Convolutional Networks for Learning Video Representations |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Convolutional Gated Recurrent Unit is a type of GRU that combines GRUs with the convolution operation. The update rule for input and the previous output is given by the following:
In these equations and are the elementwise sigmoid and ReLU functions respectively and the represents a convolution with a kernel of size . Brackets are used to represent a feature concatenation.