【发布时间】:2016-12-01 22:03:01
【问题描述】:
我需要在一个新的 java 项目中使用 deeplearning4j 库。
我从 maven 库下载了 .jar(特别是 deeplearning4j-core 和 ndj4-api-platform)。
我在 eclipse 中导入了它
我收到一个错误,因为未找到 org.ndj4.api.complex.IComplexNumber。
我在哪里可以找到包含该类的 .jar?
【问题讨论】:
-
我已经看过了,但是没有 IComplexNumber 类的 jar。
-
好吧,这就是我的意思!谢谢
标签: java eclipse maven deeplearning4j