In this chapter, you will learn about generative adversarial networks as well as how you can implement anomaly detection using them.
What is a generative adversarial network?
Anomaly detection with generative adversarial networks
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 ...