tensor-ops
Tensor calculator
A library for specifying and computing type-safe tensor manipulations with automatic differentiation
Type-safe tensor manipulation operations in Haskell with tensorflow-style automatic differentiation
59 stars
11 watching
3 forks
Language: Haskell
last commit: over 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mnick/scikit-tensor | A Python library for tensor factorizations and multilinear algebra operations | 403 |
palle-k/dl4s | A Swift-based library for accelerated tensor operations and dynamic neural networks using reverse mode automatic differentiation. | 104 |
andrewssobral/mtt | A MATLAB library providing tools and utilities for working with tensors. | 85 |
quantum-flytrap/quantum-tensors | A package for performing sparse tensor operations on complex numbers in the browser | 54 |
mstksg/backprop | A Haskell library providing automatic heterogeneous back-propagation for differentiable programming and deep learning applications. | 180 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,584 |
qoncept/tensorswift | A lightweight Swift library to calculate tensors similar to TensorFlow's | 325 |
hasktorch/hasktorch | A Haskell library for building neural networks and working with tensors. | 1,083 |
rsashka/newlang | A new programming language with a simple syntax for computing tensors and rational numbers of unlimited precision. | 20 |
leopiney/tensor-safe | A Haskell framework for defining and compiling valid deep learning models to external frameworks like TensorFlow JS or Keras. | 101 |
jgm/texmath | A Haskell library for converting between various markup formats used to represent mathematics. | 327 |
andrewssobral/tensor_toolbox | A collection of functions and tools for working with tensors in MATLAB | 39 |
tensorly/tensorly | A Python library providing tools and methods for working with tensors, including decomposition and learning techniques. | 1,576 |
google/tensornetwork | A library for easy and efficient manipulation of tensor networks. | 1,826 |
ibalazevic/tucker | A PyTorch implementation of tensor factorization for knowledge graph completion | 353 |