#
ndarray
Here are 51 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
Sep 5, 2020 - 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
Sep 12, 2020 - Nim
PyO3-based Rust binding of NumPy C-API
-
Updated
Sep 12, 2020 - 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#
JS ND-Arrays inspired by NumPy.
javascript
optimization
numpy
linear-algebra
ndarray
singular-values
linear-equations
numerics
eigenvalues
matrix-computations
-
Updated
Aug 1, 2020 - 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
-
Updated
Aug 3, 2020 - Rust
▦ Multidimensional arrays with semantics in JavaScript
-
Updated
Oct 7, 2016 - JavaScript
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
Jul 30, 2020 - Kotlin
Tensor is a powerful, multi-typed N-dimensional array similar to numpy's ndarray without reflection overhead.
-
Updated
Oct 15, 2018 - Go
Just another JavaScript matrix/tensor library.
-
Updated
Jan 30, 2018 - TypeScript
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#
Numpy-like library in swift. (Multi-dimensional Array, ndarray, matrix and vector library)
-
Updated
Aug 11, 2020 - Swift
Linear regression (with QR decomposition) with ndarrays
-
Updated
May 25, 2020 - JavaScript
N-dimensional labelled arrays in Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Jul 18, 2020 - JavaScript
Pandas-like Series and DataFrames for Dart
-
Updated
May 18, 2020 - Dart
N dimensional array package for numeric computing in swift.
-
Updated
Sep 6, 2020 - Swift
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
-
Updated
Sep 10, 2020 - Python
-
Updated
Oct 17, 2018 - JavaScript
A* pathfinding through an ndarray of cost values
-
Updated
Jun 1, 2017 - JavaScript
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