Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
At least one of the tutorials (and javadoc) has not been updated. The restricted boltzmann machine tutorial (http://deeplearning4j.org/restrictedboltzmannmachine.html) uses the following line of code.
Layer model = LayerFactories.getFactory(conf.getLayer()).create(conf);
There is however no create method that takes only one parameter, even though this is still listed in the javadoc.