Anomaly Detection with Autoencoders in TensorFlow 2.0

A Guide on how to implement Neural Networks in TensorFlow 2.0 to detect anomalies.

Artem Oppermann
Towards Data Science
15 min readJan 14, 2020

--

In this detailed guide, I will explain how Deep Learning can be used in the field of Anomaly Detection. Furthermore, I will explain how to implement a Deep Neural Network Model for Anomaly Detection in TensorFlow 2.0. All source code and

--

--