#tensor #learning #auto #matrix #ai

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

#85 in #auto

Download history 25/week @ 2024-02-19 32/week @ 2024-02-26 8/week @ 2024-03-04

65 downloads per month

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