NDTensors.jl VS TensorOperations.jl

Compare NDTensors.jl vs TensorOperations.jl and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
NDTensors.jl TensorOperations.jl
1 3
27 413
- -
7.3 8.5
almost 3 years ago 15 days ago
Julia Julia
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

NDTensors.jl

Posts with mentions or reviews of NDTensors.jl. We have used some of these posts to build our list of alternatives and similar projects.

TensorOperations.jl

Posts with mentions or reviews of TensorOperations.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Einsum in 40 Lines of Python
    6 projects | news.ycombinator.com | 27 Apr 2024
  • Absolutely suck at tech stuff,but Julia makes me want to learn coding. Wish me luck.
    2 projects | /r/Julia | 12 Mar 2021
    Sometimes broadcasting feels like magic to me. It just works more often than not even when I am confused with the dimensions. If you do a lot of Tensor stuff it's also worth checking out Einstein notation (https://github.com/Jutho/TensorOperations.jl)
  • Programming Languages where element-wise matrix notation is possible
    5 projects | /r/ProgrammingLanguages | 15 Feb 2021
    There are some libraries and macros for Einstein notation and related ideas, like TensorOperations.jl in Julia, einsum in numpy which someone already mentioned, and some small-scale/research languages like Diderot and Egison. In the mainstream, I guess languages generally use for loops or list comprehensions and try to recover vectorisation from that after the fact, but don’t guarantee it. Those that do make guarantees tend to use combinators that are matrixwise/function-level. I admit I pretty much categorically prefer the latter so I’m not as aware of the state of this as I’d like to be able to help.

What are some alternatives?

When comparing NDTensors.jl and TensorOperations.jl you can also consider the following projects:

julia - The Julia Programming Language

Halide - a language for fast, portable data-parallel computation

Grassmann.jl - ⟨Grassmann-Clifford-Hodge⟩ multilinear differential geometric algebra

Tullio.jl - ⅀

FiniteDiff.jl - Fast non-allocating calculations of gradients, Jacobians, and Hessians with sparsity support

Pluto.jl - 🎈 Simple reactive notebooks for Julia

TensorFlock - A small functional tensor language with Einstein summation notation convention and shape-checking at compile-time.

ThinkJuliaFR.jl - Introduction à la programmation en Julia (livre)

TensorComprehensions - A domain specific language to express machine learning workloads.