About 190,000 results
Open links in new tab
  1. Anomaly Detection with Autoencoders | by Pouya Hallaj | Medium

    Sep 26, 2023 · Setting an appropriate threshold for the reconstruction error is crucial to the effectiveness of the anomaly detection system. This threshold is often determined during the …

  2. Anomaly Detection with Autoencoder - Google Colab

    To model normal behaviour we train the autoencoder on a normal data sample. This way, the model learns a mapping function that successfully reconstructs normal data samples with a …

  3. Reconstruction error per feature for autoencoders? - Stack Overflow

    May 8, 2023 · By controlling the reconstruction error, you ensure that the encoder reduces the dimensions while giving importance to features that contain more informative content. For …

  4. How To Set The Reconstruction Error Threshold For Anomaly …

    Apr 20, 2025 · To set the reconstruction error threshold, you need to follow these steps: Calculate the reconstruction error: Calculate the reconstruction error for each data point in the testing …

  5. How can auto-encoders compute the reconstruction error for the …

    Feb 17, 2021 · Autoencoders are used for unsupervised anomaly detection by first learning the features of the data set with mainly "normal" data points. Then new data can be considered …

  6. Deep Dive into Autoencoders for Anomaly Detection

    Dec 9, 2024 · During training, the Autoencoder learns to minimize the reconstruction error, which encourages it to learn the underlying structure of the data. Anomalies are then detected as …

  7. Practical autoencoder based anomaly detection by using vector ...

    Jan 4, 2023 · The difference between the original input and the reconstruction output in the autoencoder is called the reconstruction error. An autoencoder-based anomaly detection …

  8. How to Interpret Reconstruction Error for Anomaly Detection …

    Oct 14, 2024 · I have an autoencoder based on a neural network. This model was trained using SCADA data. I got decent results in anomaly detection, with around 85% in the main metrics …

  9. Autoencoders is to ignore anomalies and minimize the reconstruction error on normal data. The goal of this work is to investigate approaches to allow reconstruction error-based architectures …

  10. Using Autoencoders for Anomaly Detection: A Practical Guide

    Jan 10, 2025 · Step 4: Calculate Reconstruction Error. Once your autoencoder is trained, you can use it to calculate the reconstruction error on new data. This error can be used as an anomaly …

  11. Some results have been removed