Releases133
Frequency6 days 20 hours
Last Release
Tensor (n-dimensional array) library for F#
Core features:
- n-dimensional arrays (tensors) in host memory or on CUDA GPUs
- element-wise operations (addition, multiplication, absolute value, etc.)
- basic linear algebra operations (dot product, SVD decomposition, matrix inverse, etc.)
- reduction operations (sum, product, average, maximum, arg max, etc.)
- logic operations (comparision, and, or, etc.)
- views, slicing, reshaping, broadcasting (similar to NumPy)
- scatter and gather by indices
- standard functional operations (map, fold, etc.)
Data exchange:
- read/write support for HDF5 (.h5)
- interop with standard F# types (Seq, List, Array, Array2D, Array3D, etc.)
Performance:
- host: SIMD and BLAS accelerated operations
- by default Intel MKL is used (shipped with NuGet package)
- other BLASes (OpenBLAS, vendor-specific) can be selected by configuration option
- CUDA GPU: all operations performed locally on GPU and cuBLAS used for matrix operations
Requirements:
- Linux, MacOS or Windows on x64
- Linux requires libgomp.so.1 installed.
Additional algorithms are provided in the Tensor.Algorithm package.
Subscribe above to receive notifications when new versions are released.
| Version | Date | Stability Stability is determined by the version string and my be inaccurate. | |
|---|---|---|---|
| 0.2.0.516-master | Unknown | ||
| 0.2.0.499-master | Unknown | ||
| 0.2.0.494-master | Unknown | ||
| 0.2.0.479-master | Unknown | ||
| 0.2.0.463-master | Unknown | ||
| 0.2.0.431-master | Unknown | ||
| 0.2.0.422-master | Unknown | ||
| 0.2.0.421-master | Unknown | ||
| 0.2.0.411-master | Unknown | ||
| 0.2.0.400-master | Unknown | ||
| 0.2.0.394-master | Unknown | ||
| 0.2.0.382-master | Unknown | ||
| 0.2.0.377-master | Unknown | ||
| 0.2.0.323-master | Unknown | ||
| 0.2.0.262-master | Unknown | ||
| 0.2.0.248-master | Unknown | ||
| 0.2.0.174-master | Unknown | ||
| 0.2.0.128-master | Unknown | ||
| 0.2.0.122-master | Unknown | ||
| 0.2.0.121-master | Unknown | ||
| 0.2.0.111-master | Unknown | ||
| 0.2.0.105-ci | Unknown | ||
| 0.2.0.97-ci | Unknown | ||
| 0.2.0.96-ci | Unknown | ||
| 0.2.0.90-ci | Unknown |