#
ndarray
Here are 256 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
Aug 9, 2021 - 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
Jul 29, 2021 - Nim
PyO3-based Rust binding of NumPy C-API
-
Updated
Jul 15, 2021 - 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#
Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
-
Updated
Aug 9, 2021 - Swift
N-dimensional arrays in Scala 3. Think NumPy ndarray, but with compile-time type-checking/inference over shapes, ndarray/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 14, 2021 - Scala
Computer vision library built on top of ndarray
-
Updated
Aug 1, 2021 - Rust
JS ND-Arrays inspired by NumPy.
javascript
optimization
numpy
linear-algebra
ndarray
singular-values
linear-equations
numerics
eigenvalues
matrix-computations
-
Updated
Aug 11, 2021 - 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
rust and python library for the H3 geospatial indexing system including ndarray integration for raster data
-
Updated
Aug 12, 2021 - Rust
-
Updated
Aug 3, 2020 - Rust
Auto-differentiation library for javascript
-
Updated
Mar 4, 2021 - TypeScript
N dimensional array package for numeric computing in swift.
-
Updated
Jan 20, 2021 - Swift
▦ Multidimensional arrays with semantics in JavaScript
-
Updated
Oct 7, 2016 - JavaScript
Just another JavaScript matrix/tensor library.
-
Updated
Jan 30, 2018 - TypeScript
N-dimensional labelled arrays in Python
-
Updated
Aug 11, 2021 - 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
Aug 11, 2021 - HTML
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#
Linear regression (with QR decomposition) with ndarrays
-
Updated
May 25, 2020 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
A cozy C++ machine learning library and autograd engine.
-
Updated
Mar 5, 2021 - C++
A numpy geometry class and functions that work with arcpy and ESRI featureclasses
python
geometry
numpy
gis
ndarray
voronoi
esri
arcpy
delaunay-triangulation
geometry-computation
bounding-circle
numpy-geometry
-
Updated
Jul 6, 2021 - Python
Pandas-like Series and DataFrames for Dart
-
Updated
May 18, 2020 - Dart
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