Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.21 KB

README.rst

File metadata and controls

25 lines (17 loc) · 1.21 KB

TCN: Temporal Convolutional Network

This is a generic Temporal Convolutional Network implementation as proposed in An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling by Bai et al. developed with Tensorflow.

The implementation has been tested on the following task contained in this repository:

Architectural elements in a TCN. (a) A dilated causal convolution with dilation factors d = 1, 2, 4 and filter size k = 3. (b) TCN residual block. (c) An example of residual connection in a TCN

Temporal Convolutional Network

The corresponding elements in TensorBoard

Temporal Convolutional Network