Hacker News new | ask | show | jobs
by slashdave 617 days ago
I don't get it. Arbitrary linear combinations are already accommodated via feed forward. What am I missing?
2 comments

My hunch is that this effectively creates a differentiable minimax “search” “tree” that can be backpropagated through. Not a tree — a dag really — and not search, but learning. :)
True, that's a yellow flag for me.