November 2019
Intermediate to advanced
304 pages
8h 40m
English
In step 1, we load the dataset into a record reader object. For demonstration purposes, we used CSVRecordReader.
In step 2, the execute() method can only be used if TransformProcess returns non-sequential data. For local execution, it is assumed that you have loaded the dataset into a RecordReader.
For the LocalTransformExecutor example, please refer to the LocalExecuteExample.java file from this source: https://github.com/PacktPublishing/Java-Deep-Learning-Cookbook/blob/master/02_Data_Extraction_Transform_and_Loading/sourceCode/cookbook-app/src/main/java/com/javadeeplearningcookbook/app/executorexamples/LocalExecuteExample.java.