<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TCN on Chen Kai Blog</title><link>https://www.chenk.top/en/tags/tcn/</link><description>Recent content in TCN on Chen Kai Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 15 Nov 2024 09:00:00 +0000</lastBuildDate><atom:link href="https://www.chenk.top/en/tags/tcn/index.xml" rel="self" type="application/rss+xml"/><item><title>Time Series Forecasting (6): Temporal Convolutional Networks (TCN)</title><link>https://www.chenk.top/en/time-series/temporal-convolutional-networks/</link><pubDate>Fri, 15 Nov 2024 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/time-series/temporal-convolutional-networks/</guid><description>&lt;p>&lt;figure class="article-figure">
 &lt;img src="https://blog-pic-ck.oss-cn-beijing.aliyuncs.com/posts/en/time-series/temporal-convolutional-networks/illustration_1.png" alt="Time Series Forecasting (6): Temporal Convolutional Networks (TCN) — Chapter overview" loading="lazy" decoding="async" class="content-image">
 
&lt;/figure>
&lt;/p>
&lt;p>For most of the 2010s, saying &amp;ldquo;deep learning for time series&amp;rdquo; meant using LSTM. The story changed in 2018 when Bai, Kolter, and Koltun published &lt;em>An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling&lt;/em>. Their result was surprisingly simple: use a stack of 1-D convolutions, make them causal (no peeking at the future), space the filter taps exponentially (dilation), wrap the whole thing in residual connections, and train. Task after task, the resulting &lt;strong>Temporal Convolutional Network&lt;/strong> (TCN) matched or beat LSTM/GRU — while training several times faster because every time step in the forward pass runs in parallel.&lt;/p></description></item></channel></rss>