Technical requirements
You’ll need to have the following software and dependencies set up in your development environment:
- Java Development Kit (JDK)
8
or later - Apache Maven for dependency management
- An IDE of your choice (e.g., IntelliJ IDEA or Eclipse)
For detailed instructions on setting up Deeplearning4j (DL4J) dependencies in your Java project, please refer to the official DL4J documentation:
https://deeplearning4j.konduit.ai/
The code in this chapter can be found on GitHub:
https://github.com/PacktPublishing/Java-Concurrency-and-Parallelism