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

bin+lib adtensor

Machine learning library with auto differentiation of arbitrary dimensional stack tensors

3 releases

0.0.3 Apr 8, 2019
0.0.2 Mar 27, 2019
0.0.1 Mar 27, 2019

⚠️ Issues reported

#77 in #auto

GPL-3.0 license

18KB
485 lines

adtensor

Graph based Machine Learning library for Rust accelerated by OpenCL for CPU and GPU targets.

Requirements

  • OpenCL
  • Rust (Stable 2018)

Ubuntu Install with POCL

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

Usage

Still a work in progress. Will add examples once more features are added.

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

Dependencies

~250KB