使用deeplearnig4j库

时间:2016-12-01 22:03:02

标签: java eclipse maven deeplearning4j

我需要在新的java项目中使用 deeplearning4j 库。

我从maven库下载了.jar(特别是deeplearning4j-core和ndj4-api-platform)。

我在eclipse中导入了

我收到错误,因为找不到 org.ndj4.api.complex.IComplexNumber

我在哪里可以找到 .jar 类?

1 个答案:

答案 0 :(得分:2)

请导入我们的示例并使用maven(或某些构建系统): https://github.com/deeplearning4j/dl4j-examples/

我之所以这么说是因为运行dl4j需要大量的罐子。 我会考虑使用maven而不是避免它。

https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

我们在deeplearning4j快速启动中说了所有这些: http://deeplearning4j.org/quickstart

我建议您阅读该项目的文档,而不是试图自己弄明白。你只是在浪费时间。