Keras Autoencoder for Fraud Detection Deployment

Read Keras model. Read deployment data, which are normalized into range [0,1]. Apply the Keras model to the deployment data, calculate reconstruction errors. Based on the reconstruction errors and a predefined threshold, assign label "fraud"/"normal" to the transactions in the deployment data.


This is a companion discussion topic for the original entry at https://kni.me/w/gW4nBo8ylCMIeP0D