怎么添加deeplearning4j依赖
时间: 2024-02-22 17:49:07 浏览: 93
deeplearning4j-core-1.0.0-M1.1-API文档-中英对照版.zip
可以在maven项目的pom文件中添加以下依赖来添加deeplearning4j依赖:
```
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>1.0.0-M1.1</version>
</dependency>
```
阅读全文