In this chapter, you will learn about temporal convolutional networks (TCNs). You will learn how TCNs work, how they can be used to detect anomalies, and how you can implement anomaly detection using a TCN.
What is a temporal convolutional network?
Dilated temporal convolutional network
Encoder-decoder temporal convolutional network
TCN application
Code examples are provided ...