In this chapter, you will learn about transformer networks and how you can implement anomaly detection using a transformer.
What is a transformer?
Anomaly detection with transformers
Code examples are provided in Python 3.8. The code repository for this book is available at https://github.com/apress/beginning-anomaly-detection-python-deep-learning-2e/tree/master.
The repository also includes ...