Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elftausend/sliced

Array operations with automatic differentiation on CPU and GPU
https://github.com/elftausend/sliced

autograd automatic-differentiation cuda custos matrix opencl

Last synced: 2 months ago
JSON representation

Array operations with automatic differentiation on CPU and GPU

Awesome Lists containing this project

README

        

# sliced

`sliced` provides basic array operations with automatic differentiation support implemented using [custos].

This library can be used for an own tensor library and is basically a 'more open' [custos-math].

(WIP)

`sliced` optionally adds a `Matrix` wrapper to use the operations more effectively.

[custos]: https://github.com/elftausend/custos
[custos-math]: https://github.com/elftausend/custos-math