| ▲ | jamespropp 4 hours ago | |||||||||||||
Do you disagree with my take or think I’m missing Witt’s point? I’d be happy to hear from people who disagree with me. | ||||||||||||||
| ▲ | johngossman 2 hours ago | parent | next [-] | |||||||||||||
I think you're right that the inelegant part is how AI seems to just consist of endless loops of multiplication. I say this as a graphics programmer who realized years ago that all those beautiful images were just lots of MxNs, and AI takes this to a whole new level. When I was in college they told us most of computing resources were used doing Linear Programming. I wonder when that crossed over to graphics or AI (or some networking operation like SSL)? | ||||||||||||||
| ||||||||||||||
| ▲ | LegionMammal978 3 hours ago | parent | prev | next [-] | |||||||||||||
If the O(n^3) schoolbook multiplication were the best that could be done, then I'd totally agree that "it's simply the nature of matrices to have a bulky multiplication process". Yet there's a whole series of algorithms (from the Strassen algorithm onward) that use ever-more-clever ways to recursively batch things up and decrease the asymptotic complexity, most of which aren't remotely practical. And for all I know, it could go on forever down to O(n^(2+ε)). Overall, I hate not being able to get a straight answer for "how hard is it, really". | ||||||||||||||
| ▲ | amelius 3 hours ago | parent | prev | next [-] | |||||||||||||
Maybe the problem is that matrices are too general. You can have very beautiful algorithms when you assume the matrices involved have a certain structure. You can even have that A*B == B*A, if A and B have a certain structure. | ||||||||||||||
| ▲ | veqq 2 hours ago | parent | prev | next [-] | |||||||||||||
> sends the pair (x, y) to the pair (−x, y) I know linear algebra, but this part seems profoundly unclear. What does "send" mean? Following with different examples in 2 by 2 notation only makes it worse. It seems like you're changing referents constantly. | ||||||||||||||
| ||||||||||||||
| ▲ | djmips 2 hours ago | parent | prev [-] | |||||||||||||
Ignore me then because I agree with you. :) He sounds like someone who upon first hearing jazz to complain it was ugly. | ||||||||||||||