Skip to content
/ tcn Public

Temporal Convolutional Network for Sequence Modelling

License

Notifications You must be signed in to change notification settings

jakeret/tcn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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