This is a pretty good article, but I'm seeing a lot of confusion in this thread because the article is maybe one step ahead of the basic intuition needed to understand why ANNs are not magical and are not artificial intelligence (at least not feed-forward networks). Perhaps a simpler way to look at it is to understand that a feed-forward ANN is basically just a really fancy transformation matrix. OK, so unless you kn…
Nice explanation. I need one clarification, though. Isn't matrix multiplication associative? Isn't thus any transformation defined by two matrices representable by a single matrix that is the product of the two matrices?
I am probably misunderstanding how NNs bolt matrices together.