-1

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

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

我在eclipse中导入了

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

我在哪里可以找到包含这些类的.jar

4

1 回答 1

2

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

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

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

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

我建议阅读该项目的文档,而不是尝试自己弄清楚。你这样做只是在浪费时间。

于 2016-12-02T01:15:42.440 回答