使用 deeplearnig4j 库
Use deeplearnig4j library
我需要在新的 java 项目中使用 deeplearning4j 库。
我从 maven 库下载了 .jar(特别是 deeplearning4j-core 和 ndj4-api-platform)。
我在 eclipse 中导入了它
我收到一条错误消息,因为未找到 org.ndj4.api.complex.IComplexNumber。
我在哪里可以找到 .jar 类?
请导入我们的示例并使用 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
我建议阅读该项目的文档,而不是尝试自己弄明白。你这样做只是在浪费时间。
我需要在新的 java 项目中使用 deeplearning4j 库。
我从 maven 库下载了 .jar(特别是 deeplearning4j-core 和 ndj4-api-platform)。
我在 eclipse 中导入了它
我收到一条错误消息,因为未找到 org.ndj4.api.complex.IComplexNumber。
我在哪里可以找到 .jar 类?
请导入我们的示例并使用 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
我建议阅读该项目的文档,而不是尝试自己弄明白。你这样做只是在浪费时间。