COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211123080616/https://github.com/topics/multidimensional-arrays
#
multidimensional-arrays
Here are
94 public repositories
matching this topic...
C++ tensors with broadcasting and lazy computing
CUDA integration for Python, plus shiny features
Updated
Oct 7, 2021
Python
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
OpenCL integration for Python, plus shiny features
Updated
Oct 20, 2021
Python
A code generator for array-based code on CPUs and GPUs
Updated
Nov 17, 2021
Python
🗃 Array manipulation library for PHP, called Arrayy!
A lightweight high performance tensor algebra framework for modern C++
Efficient Haskell Arrays featuring Parallel computation
Updated
Nov 16, 2021
Haskell
An APL-like programming language. Self-hosted!
Updated
Nov 22, 2021
JavaScript
High-Performance Tensor Transpose library
C++ multidimensional arrays in the spirit of the STL
Lighweight C++ and Python interface for datasets in zarr and N5 format
Efficiently generate and analyse high dimensional data.
Updated
Oct 29, 2021
Python
Tensor Contraction C++ Library
Multidimensional array similar to NumPy and NArray
Updated
Mar 31, 2017
Ruby
Strongly typed multidimensional array library for OCaml
Updated
Aug 20, 2020
OCaml
Method for encoding brain connectomes in multidimensional arrays (tensors).
Updated
Apr 2, 2021
MATLAB
A C++20 array / expression template library with some J/APL features
Dynamically typed N-D expression system based on xtensor
A simple, type-safe way to create multi-dimensional arrays
Updated
Nov 7, 2021
TypeScript
🐍 A Collection of Notes for Learning & Understanding Deep Learning / Machine Learning / Artificial Intelligence (AI) with TensorFlow 🐍
Updated
Dec 2, 2018
Python
A MATLAB Toolbox for High-order Tensor Data Decompositions and Analysis
Updated
Jan 30, 2018
MATLAB
🥞 Make multi-dimensional arrays as flat as a pancake.
Updated
Mar 23, 2020
JavaScript
▦ Multidimensional arrays with semantics in JavaScript
Updated
Oct 7, 2016
JavaScript
Updated
May 18, 2017
Scala
Statistical computing library that aims to provide R-like experience in modern C++
A header-only library, VLA for C++ (≥C++14). Extended version of std::experimental::dynarray
Frontend Development stajım kapsamında hazırlamış olduğum JavaScript kod örnekleridir.
Improve this page
Add a description, image, and links to the
multidimensional-arrays
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
multidimensional-arrays
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Numpy has a way to rotate matrices by increments of 90 degrees using their rot90 method that uses transposes and flips.
There is a transpose method for Tensors, but no way of flipping the Tensor that I see.
Is there a way of properly rotating a Tensor/Dense currently, other than through manual iteration over the