javagitmavendeeplearning4jdl4j

Install DL4J on Windows


I have just followed the steps given on: https://deeplearning4j.konduit.ai/getting-started/quickstart (cloning it from github, executing mvn clean install, import the project into IntelliJ) and I was able to run the examples in IntelliJ.

However, I am a bit unsure if these steps are enough for me to be able to use DL4J libraries outside of the examples (And How I would be able to do it?).

If I would want to use DL4J libraries in my own project, would it be enough just to create a new maven project and add the dependency for DL4J in the POM.XML file? If that is the case, could you please give me an example?

Or the guide I followed above is just for the examples and not for the actual libraries?

If that is the case, if anyone has the time, could you give me a detailed explanation on how I can install the DL4J libraries and everything that is required to run it smoothly (and how I would be able to use the library in the future with an example?)?

I am running Windows 10, JDK 1.8.0.65 64 bit, Maven 3.3.9, IntelliJ.

I'm sorry if my question seems stupid and basic, but I got to struggle with the installation.

Thank you for your time to read my issue!


Solution

  • So what you can do to start actually using it to clone the examples:

    git clone https://github.com/deeplearning4j/dl4j-examples.git
    

    It is described here: https://deeplearning4j.org/quickstart#

    .. and from that point you can start by modifying the examples locally on your machine. You copy paste, put your code, do whatever you like with the examples.