How to do it...

  1. Use ModelSerializer to persist the model:
File modelFile = new File("model.zip");
ModelSerializer.writeModel(multiLayerNetwork,file, saveUpdater);
  1. Add a normalizer to the persisted model:
ModelSerializer.addNormalizerToModel(modelFile,dataNormalization);
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset