Hacker News new | ask | show | jobs
by MaxBarraclough 2012 days ago
As someone who knows nothing about this area:

> I get confused with tensor computation libraries (or computational graph libraries, or symbolic algebra libraries, or whatever they’re marketing themselves as these days).

Aren't tensors a sort of generalisation of matrices? How are they equivalent to graphs?

1 comments

The word tensor in this context refers to a multidimensional array, not to a tensor in the mathematical sense. The computation graph is simply a representation of a sequence of arithmetic operations that you're performing on some data.
I see, thanks.