One of the applications of autoencoders is anomaly detection. Currently there is no code to help with the process of measuring the threshold of the anomaly error (where the anomaly begins and where the normal error ends).
Solution
Write some utility functions to help calculate the reconstruction error as well as the threshold.
Problem
One of the applications of autoencoders is anomaly detection. Currently there is no code to help with the process of measuring the threshold of the anomaly error (where the anomaly begins and where the normal error ends).
Solution
Write some utility functions to help calculate the reconstruction error as well as the threshold.
References