November 2019
Intermediate to advanced
304 pages
8h 40m
English
Concrete implementations of the use cases that will be discussed in this chapter can be found at https://github.com/PacktPublishing/Java-Deep-Learning-Cookbook/tree/master/02_Data_Extraction_Transform_and_Loading/sourceCode/cookbook-app/src/main/java/com/javadeeplearningcookbook/app. After cloning our GitHub repository, navigate to the Java-Deep-Learning-Cookbook/02_Data_Extraction_Transform_and_Loading/sourceCode directory. Then, import the cookbook-app project as a Maven project by importing the pom.xml file inside the cookbook-app directory.
The datasets that are required for this chapter are located in the Chapter02 root directory (Java-Deep-Learning-Cookbook/02_Data_Extraction_Transform_and_Loading/). You may ...