2 releases

0.1.1 Mar 21, 2024
0.1.0 Mar 9, 2024

#889 in Machine learning

Download history 113/week @ 2024-03-04 38/week @ 2024-03-11 136/week @ 2024-03-18 15/week @ 2024-03-25 44/week @ 2024-04-01

251 downloads per month
Used in 7 crates

MIT/Apache

165KB
4K SLoC

zyx-core

Core crate of zyx machine learning library. This is used by devices, or if you want to write custom modules and need to import [Backend] trait.

For README and source code, please visit github.

For more details, there is a book.

Cargo features

  • std - enables io functions that require filesystem and implements std::error::Error for ZyxError

lib.rs:

zyx-core

zyx-core is core part of zyx machine learning library. zyx-core contains definitions and functions for tensor, backend, generic runtime with autograd implementation, dtype, shape, scalar, axes, view and generic compiler for backends like opencl, cuda and wgpu.

For README, quick tutorial and source code, please visit https://www.github.com/zk4x/zyx.

For more details, there is a book.

Dependencies

~310KB