#
tensor
Here are 302 public repositories matching this topic...
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
deep-learning
jupyter-notebook
nn
pytorch
autograd
caption
gan
image-classification
tensorboard
tensor
neural-style
visdom
pytorch-tutorials
pytorch-tutorials-cn
charrnn
neuraltalk
-
Updated
Dec 22, 2020 - Jupyter Notebook
Open deep learning compiler stack for cpu, gpu and specialized accelerators
javascript
machine-learning
performance
deep-learning
metal
compiler
gpu
vulkan
opencl
tensor
spirv
rocm
tvm
-
Updated
Feb 6, 2021 - Python
LibRec: A Leading Java Library for Recommender Systems, see
java
matrix
collaborative-filtering
matrix-factorization
systems
sparse
recommender
tensor-factorization
collaborative
tensor
factorization
filtering
recommender-systems
recommendation-algorithms
probabilistic-graphical-models
-
Updated
Oct 22, 2020 - Java
Deep learning operations reinvented (for pytorch, tensorflow, jax and others)
-
Updated
Jan 9, 2021 - Python
wjsi
commented
Dec 25, 2020
Implements {DataFrame,Series}.empty
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
python
data-science
machine-learning
statistics
research
deep-learning
neural-network
gpu
optimization
scikit-learn
pytorch
econometrics
data-analysis
tensor
regression-models
statsmodels
-
Updated
Sep 18, 2020 - Jupyter Notebook
TensorLy: Tensor Learning in Python.
python
machine-learning
mxnet
tensorflow
numpy
pytorch
decomposition
tensor-factorization
tensor
tensor-algebra
tensorly
tensor-learning
tensor-decomposition
cupy
tensor-regressions
tensor-methods
jax
-
Updated
Feb 3, 2021 - Python
The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
-
Updated
Feb 6, 2021 - C++
momohatt
commented
Aug 12, 2020
Tests for following standard libraries seem to be missing. Although some libraries might be difficult to test (such as random.egi or io.egi), it'd be nice to have some tests that make sure all the functions in these libraries can be (at least) executed without dynamic errors.
-
lib/core/io.egi -
lib/core/random.egi -
lib/core/shell.egi -
lib/core/sort.egi - Every
A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
iot
machine-learning
nim
deep-learning
opencl
linear-algebra
automatic-differentiation
openmp
parallel-computing
cuda
autograd
gpgpu
neural-networks
high-performance-computing
ndarray
tensor
gpu-computing
multidimensional-arrays
cudnn
matrix-library
-
Updated
Jan 20, 2021 - Nim
Low-Rank and Sparse Tools for Background Modeling and Subtraction in Videos
matlab
matrix
matrix-factorization
tensor
lin
rpca
matrix-completion
tensor-decomposition
subspace-tracking
subspace-learning
zhou
-
Updated
Apr 23, 2020 - MATLAB
AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。
reinforcement-learning
deep-learning
tensorflow
optimization
pytorch
tengine
halide
tensor
auto
autosearch
tvm
-
Updated
Dec 22, 2020 - C++
A list of awesome compiler projects and papers for tensor computation and deep learning.
programming-language
machine-learning
deep-learning
compiler
high-performance-computing
code-generation
tensor
-
Updated
Feb 4, 2021
-
Updated
Dec 29, 2020 - Python
RFC for common in-memory tensor structure and operator interface for deep learning system
-
Updated
Feb 6, 2021 - C
DiffSharp: Differentiable Functional Programming
-
Updated
Jan 20, 2021 - F#
NiuTensor is an open-source toolkit developed by a joint team from NLP Lab. at Northeastern University and the NiuTrans Team. It provides tensor utilities to create and train neural networks.
-
Updated
Dec 24, 2020 - C++
OCaml bindings for PyTorch
-
Updated
Jan 22, 2021 - OCaml
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
-
Updated
Sep 9, 2020 - Jupyter Notebook
⟨Leibniz-Grassmann-Clifford⟩ differential geometric algebra / multivector simplicial complex
topology
algebra
math
computer-algebra
linear-algebra
automatic-differentiation
quantum-computing
sparse
quaternion
complex-numbers
computational-geometry
differential-geometry
tensor
lie-groups
tensor-algebra
geometric-algebra
clifford-algebras
differentiable-programming
-
Updated
Jan 15, 2021 - Julia
Tensors and differentiable operations (like TensorFlow) in Rust
-
Updated
Feb 6, 2021 - Rust
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
python
arduino
machine-learning
performance
deep-neural-networks
deep-learning
microcontrollers
neural-network
compiler
raspberrypi
llvm
odroid
tensor
arm64
sparkfun-products
edge-devices
onnx
dnn-compiler
dnnc
inference-framework
-
Updated
Nov 4, 2020 - C++
Experimental tensor-typed deep learning
-
Updated
Sep 12, 2019 - Scala
Blitz++ Multi-Dimensional Array Library for C++
hpc
high-performance
vector
array
blitz
template-metaprogramming
numerical-calculations
scientific-computing
tensor
numerics
cpp-library
array-manipulations
partial-evaluators
numerical-computation
multi-dimensional-array
-
Updated
Nov 13, 2020 - C++
Julia package for tensor contractions and related operations
tensor
tensor-contraction
tensor-transposition
tensor-operations
tensor-permutation
tensor-trace
einstein-summation
index-notation
-
Updated
Dec 12, 2020 - Julia
Improve this page
Add a description, image, and links to the tensor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensor topic, visit your repo's landing page and select "manage topics."
Add support for
torch.maxwith:Motivation
Currently,
torch.maxhas support for CUDA float16:But all three other combinations of CPU/CUDA and float16/bfloat16 are not supported: