#
ndarray
Here are 301 public repositories matching this topic...
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
machine-learning
statistics
neural-network
optimization
matrix
linear-algebra
automatic-differentiation
regression
autograd
numerical-calculations
scientific-computing
topic-modeling
ndarray
plotting
gsl
maths
sparse-linear-systems
statistical-functions
mcmc
algorithmic-differentation
-
Updated
Jan 24, 2022 - OCaml
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 21, 2022 - Nim
PyO3-based Rust binding of NumPy C-API
-
Updated
Jan 28, 2022 - Rust
Deep.Net machine learning framework for F#
machine-learning
deep-learning
fsharp
dotnet
gpu
cuda
gpu-acceleration
ndarray
tensor
gpu-computing
differentiation
symbolic-computation
symbolic-execution-engine
-
Updated
Jun 25, 2019 - F#
Scientific computing with Perl
-
Updated
Jan 30, 2022 - Perl
Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
-
Updated
Nov 28, 2021 - Swift
N-dimensional arrays in Scala 3. Think NumPy ndarray, but type-safe over shapes, array/axis labels & numeric data types
machine-learning
scala
numpy
matrix
neural-networks
ndarray
tensor
dotty
scala3
numerical-computing
scala-3
array-programming
named-tensor
shape-safety
n-dimensional-array
-
Updated
Dec 21, 2021 - Scala
Computer vision library built on top of ndarray
-
Updated
Dec 29, 2021 - Rust
Rust crates for the H3 geospatial indexing system
-
Updated
Jan 27, 2022 - Rust
JS ND-Arrays inspired by NumPy.
javascript
optimization
numpy
linear-algebra
ndarray
singular-values
linear-equations
numerics
eigenvalues
matrix-computations
-
Updated
Jan 21, 2022 - JavaScript
A Python package which provides tools to convert files to and from IDX format (described at http://yann.lecun.com/exdb/mnist/) into numpy.ndarray.
-
Updated
Oct 9, 2020 - Python
NumPy fundamentals for tensor computation; Matplotlib for data visualization
numpy
linear-algebra
data-visualization
ndarray
matplotlib
tensor
numpy-tutorial
numpy-exercises
matplotlib-tutorial
matplotlib-pyplot
-
Updated
Nov 3, 2018 - Jupyter Notebook
N dimensional array package for numeric computing in swift.
-
Updated
Dec 30, 2021 - Swift
Auto-differentiation library for javascript
-
Updated
Mar 4, 2021 - TypeScript
-
Updated
Aug 3, 2020 - Rust
▦ Multidimensional arrays with semantics in JavaScript
-
Updated
Oct 7, 2016 - JavaScript
Supplementary python library for the H3 geospatial indexing system including ndarray integration for raster data
-
Updated
Jan 29, 2022 - Rust
N-dimensional labelled arrays in Python
-
Updated
Jan 27, 2022 - Python
An idiomatic kotlin dataframe toolkit for data engineering tasks of any size dataset
kotlin
data-mining
timeseries
fwf
kotlin-library
pandas
datascience
data-lake
mmap
data-analysis
ndarray
resampling
data-mining-algorithms
pivot
cursors
groupby
composable-components
arrow-kt
tensorspace
fixed-width-text
-
Updated
Oct 25, 2021 - HTML
Just another JavaScript matrix/tensor library.
-
Updated
Jan 30, 2018 - TypeScript
Multi-Dimensional Functions. Create, Query, and Transform Multi-Dimensional Data.
javascript
data
formatter
image
js
math
binary
shape
layout
functions
format
array
dimensions
ndarray
theory
reshape
multidimensional
rearrange
reorganize
-
Updated
Dec 16, 2021 - JavaScript
Linear regression (with QR decomposition) with ndarrays
-
Updated
May 25, 2020 - JavaScript
A super accelerated array extension for C# supported to run on multiple hardware: CPU, GPU (NVIDIA, AMD, Intel) to achieve accelerated speed
-
Updated
Aug 13, 2019 - C#
Improve this page
Add a description, image, and links to the ndarray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ndarray topic, visit your repo's landing page and select "manage topics."


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