4974 Forks
13042 Stars
13042 Watchers

deeplearning4j

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 learning using automatic differentiation.

How to download and setup deeplearning4j

Open terminal and run command
git clone https://github.com/deeplearning4j/deeplearning4j.git
git clone is used to create a copy or clone of deeplearning4j repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with deeplearning4j https://github.com/deeplearning4j/deeplearning4j/archive/master.zip

Or simply clone deeplearning4j with SSH
[email protected]:deeplearning4j/deeplearning4j.git

If you have some problems with deeplearning4j

You may open issue on deeplearning4j support forum (system) here: https://github.com/deeplearning4j/deeplearning4j/issues