|
|
|
|
|
by repsilat
3012 days ago
|
|
I'm not sure I buy this. If - your network structure is fixed, and - you always evaluate the matrix in a given order, and - you are careful/smart about how you train the weights (Ok, I haven't thought through the ramifications here...) then I'm not sure you care much about either commutativity or associativity. Maybe a lack of associativity makes backprop impossible, and maybe commutativity makes "Google deep dream" impossible (no idea), but I don't quite agree with the "composability" objection to a lack of associativity and I don't understand the objection to a lack of commutativity sorry. |
|
Toy evaluate the network in two orders - forward (use) and backward (training).