Top "Deeplearning4j" questions

Deeplearning4j is commercial-grade, open-source, distributed deep-learning library written for Java and Scala.

Does Gensim library support GPU acceleration?

Using Word2vec and Doc2vec methods provided by Gensim, they have a distributed version which uses BLAS, ATLAS, etc …

optimization gpu gensim deeplearning4j
org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException

I don't know what it wants from me. I am using <dependency> <groupId>org.deeplearning4j&…

java deeplearning4j
java.lang.OutOfMemoryError when running the DeepLearning4J MNIST sample

here is what I'm doing on a single node, local spark cluster: git clone https://github.com/deeplearning4j/dl4…

apache-spark mnist deeplearning4j
keras: extracting weights using get_weights function

I would like to extract weights of 1d CNN layer, and understand how exactly the prediction values are computed. I …

python keras keras-layer deeplearning4j