Outlier Detection

  • detecting data points that are different from the typical example in the dataset
  • one strategy is testing with an autoencoder trained on the dataset:
    • reconstruction won't be possible if the input is an outlier
  • read more here : https://en.wikipedia.org/wiki/Anomaly_detection
Tags::tbp:ml:ai: