blaze_tensor
Tensor library
A collection of 3D tensor data structures and views for high-performance linear algebra operations.
3D Tensors for Blaze (https://bitbucket.org/blaze-lib/blaze)
36 stars
10 watching
8 forks
Language: C++
last commit: about 4 years ago
Linked from 1 awesome list
3d-tensorsblaze-librarylinear-algebra
Related projects:
Repository | Description | Stars |
---|---|---|
vlang/vtl | A C library providing an n-dimensional tensor data structure and linear algebra routines | 148 |
hoff97/tensorjs | A JavaScript library for accelerated tensor computation in web browsers | 36 |
mnick/scikit-tensor | A Python library for tensor factorizations and multilinear algebra operations | 402 |
databricks/tensorframes | Enables manipulation of Apache Spark DataFrames using TensorFlow programs | 749 |
uncomplicate/deep-diamond | A fast Clojure library for computing with tensors and neural networks on CPUs and GPUs. | 433 |
gleethos/neureka | A platform-independent tensor library with autograd capabilities for neural networks | 72 |
batzner/tensorlm | A library for text generation with recurrent neural networks using TensorFlow | 61 |
google/tensornetwork | A library for easy and efficient manipulation of tensor networks. | 1,819 |
parsa/blaze | Provides an efficient C++ math library with support for dense and sparse arithmetic, blending ease of use with high-performance capabilities. | 61 |
palle-k/dl4s | A Swift-based library for accelerated tensor operations and dynamic neural networks using reverse mode automatic differentiation. | 102 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,590 |
google/tensorstore | A C++ and Python library for storing and manipulating large multi-dimensional arrays in various formats and storage systems. | 1,352 |
eaplatanios/tensorflow_scala | A Scala API for TensorFlow's deep learning functionality | 939 |
mratsim/arraymancer | A fast and ergonomic tensor library with automatic differentiation support for deep learning on multiple platforms. | 1,338 |
burness/tensorflow-101 | An end-to-end deep learning project demonstrating various TensorFlow techniques and applications in image classification, GANs, text classification, and more. | 1,113 |