INFO
Measures the difference between original data and reconstructed data, often used in dimensionality reduction methods like PCA and autoencoders.
How It Works
For input and its reconstruction :
- : Original data point
- : Reconstructed data point
- : Number of samples
This metric captures how well the model preserves the original structure.
What to Look For
- Lower error = better reconstruction
- Useful for Anomaly Detection and compression quality
- Can be visualized as residual maps or error histograms