#
ndarray
Here are 306 public repositories matching this topic...
Owl - OCaml Scientific 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
May 11, 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
May 12, 2022 - Nim
PyO3-based Rust bindings of the NumPy C-API
-
Updated
May 6, 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
May 7, 2022 - Perl
Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
-
Updated
May 3, 2022 - Swift
Computer vision library built on top of ndarray
-
Updated
Feb 17, 2022 - Rust
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
May 3, 2022 - Scala
Rust crates for the H3 geospatial indexing system
-
Updated
May 6, 2022 - Rust
JS ND-Arrays inspired by NumPy.
javascript
optimization
numpy
linear-algebra
ndarray
singular-values
linear-equations
numerics
eigenvalues
matrix-computations
-
Updated
Mar 25, 2022 - JavaScript
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
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
Supplementary python library for the H3 geospatial indexing system including ndarray integration for raster data
-
Updated
Apr 29, 2022 - Rust
N dimensional array package for numeric computing in swift.
-
Updated
Apr 9, 2022 - 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
N-dimensional labelled arrays in Python
-
Updated
Feb 15, 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
A generic, composable multi-dimensional array library.
-
Updated
Apr 30, 2022 - C++
A cozy C++ machine learning library and autograd engine.
-
Updated
Mar 23, 2022 - 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