#tensor #learning #auto #matrix #ai #machine-learning

bin+lib adtensor

具有任意维度堆叠张量自动微分的机器学习库

3个版本

0.0.3 2019年4月8日
0.0.2 2019年3月27日
0.0.1 2019年3月27日

⚠️ 已报告问题

#80#auto

每月下载量 22

GPL-3.0 许可证

18KB
485

adtensor

基于图的人工智能机器学习库,使用OpenCL加速Rust,适用于CPU和GPU目标。

要求

  • OpenCL
  • Rust (稳定版 2018)

使用POCL在Ubuntu上安装

sudo apt install clinfo ocl-icd-opencl-dev pocl-opencl-icd 

使用方法

仍在开发中。将添加更多功能后添加示例。

# Cargo.toml
[dependencies]
adtensor = { git = "https://github.com/charles-r-earp/adtensor" }
ndarray = "0.12.1"

依赖项

~260KB