TensorSwift
Tensor calculator
A lightweight Swift library to calculate tensors similar to TensorFlow's
A lightweight library to calculate tensors in Swift, which has similar APIs to TensorFlow's
325 stars
22 watching
21 forks
Language: Swift
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
quantum-flytrap/quantum-tensors | A package for performing sparse tensor operations on complex numbers in the browser | 53 |
palle-k/dl4s | A Swift-based library for accelerated tensor operations and dynamic neural networks using reverse mode automatic differentiation. | 102 |
perfectlysoft/perfect-tensorflow | A Swift wrapper around TensorFlow's C API for machine learning on the server-side. | 168 |
tensorflow/text | Preprocessing and processing tools for text data in machine learning models | 1,233 |
mnick/scikit-tensor | A Python library for tensor factorizations and multilinear algebra operations | 402 |
mstksg/tensor-ops | A library for specifying and computing type-safe tensor manipulations with automatic differentiation | 59 |
hoff97/tensorjs | A JavaScript library for accelerated tensor computation in web browsers | 36 |
tensorflow/mesh | A library that enables distributed deep learning by partitioning tensors across processors in a mesh topology. | 1,592 |
evgenyneu/sigmaswiftstatistics | Provides a set of statistical functions in Swift for calculations such as mean, median, standard deviation, and more. | 701 |
stitchfix/ntflib | A library designed to factorize highly sparse tensors with guaranteed cost-function decrease | 47 |
tensorflow/haskell | Haskell bindings for a popular machine learning framework, allowing developers to build and deploy neural networks in the Haskell programming language. | 1,582 |
eaplatanios/tensorflow_scala | A Scala API for TensorFlow's deep learning functionality | 939 |
mapbox/turf-swift | A Swift library for spatial analysis and geometric calculations | 236 |
tensorly/tensorly | A Python library providing tools and methods for working with tensors, including decomposition and learning techniques. | 1,566 |
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 |