October 2017
Intermediate to advanced
1159 pages
26h 10m
English
In this section, we will discuss how to implement some of the neural network structures with the deeplearning4j library. Let's start.
As we discussed in Chapter 2, Java Libraries and Platforms for Machine Learning, deeplearning4j is an open source, distributed deep learning project in Java and Scala. Deeplearning4j relies on Spark and Hadoop for MapReduce, trains models in parallel, and iteratively averages the parameters they produce in a central model. A detailed library summary is presented in Chapter 2, Java Libraries and Platforms for Machine Learning.
The most convenient way to get deeplearning4j is through the Maven repository: