flrngel / understanding-ai

personal repository
36 stars 6 forks source link

An Empirical Evaluation of generic Convolutional and Recurrent Networks for Sequence Modeling #12

Open flrngel opened 6 years ago

flrngel commented 6 years ago

https://arxiv.org/abs/1803.01271 this paper introduces Temporal Convolutional Networks (aka TCN)

Summary

Showing empirical general convolutional Model(Temporal Convolutional Networks; TCN) are better than RNNs in several tasks.

Abstract

1. Introduction

3. Temporal Convolutional Networks

image

3.1. Sequence Modeling

image

3.2. Causal Convolutions

3.3. Dilated Convolutions

3.4. Residual Connections

3.5. Discussion

Advantage

Disadvantage

5. Experiments

image image

References