November 2019
Intermediate to advanced
304 pages
8h 40m
English
Model persistence is very important as it enables the reuse of neural network models without having to train more than once. Once the autoencoder is trained to perform outlier detection, we can save the model to the disk for later use. We explained the ModelSerializer class in a previous chapter. We use this to save the autoencoder model.