Recently i started to learn DeepLearning4j library , so i cloned a dl4j project and executed in eclipse.
After executing , it showed following error:
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
I checked my windows path variables and i could not find any variable of name MKL.
Following are the dependency that i used in the pom.xml :
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native-platform</artifactId>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>0.8.0</version>
</dependency>