How to find an anomalous matrix among many?
Let's say we have a bunch of matrices that we know are non-anomalous. We now receive a new matrix and want to know if it belongs into the group or is way off. Is there a way to do that?
I'm thinking of something similar to MAD (median absolute deviation) but for matrices.
Topic anomaly anomaly-detection statistics
Category Data Science