A PyTorch Autoencoder for Anomaly Detection | James D ...
https://jamesmccaffrey.wordpress.com/2020/10/19/a-pytorch-autoencoder...19.10.2020 · For example, suppose you have employee data like (sex, age, income) where a male, 32-year old employee who makes $55,000.00 is normalized and encoded as (-1, 0.32, 0.55). If you feed this input to the trained autoencoder, it should spit back a result very close to the same three input values. Suppose you get back (-0.90, 0.40, 0.60).