Hi, I installed DL4J according to the Quick Start Guide and this blog post
but when I tried to fit a model that receives two inputs x, y and outputs (x > y) (Code in _NeuralNetworkFit.java_). I had an UsatisfiedLinkError (see _NeuralNetworkFit.log_)
So I followed the Debugging UnsatisfiedLinkError (see _UnsatisfiedLinkError.java_ and _UnsatisfiedLinkError.log_).
When I look at .javacpp/cache, there is no jniopenblas.dll (if I delete .javacpp/cache and I run _UnsatisfiedLinkError.java_, this folder is empty) I think that is the issue, but I don't know how to solve it. Can anyone help me?
Code and log file here.
Could you try with https://github.com/deeplearning4j/dl4j-examples/?
I imported dl4j-example as an eclipse project, but some import don't work

Oh! I forgot to say that I am using Eclipse without Maven/Gradle.
The libraries, from the tutorial "How setup DL4J for eclipse", are outdated (last updated in 2017).
So I will learn to use maven and install DL4j the "intended way".
Thanks for looking at this issue !^^