Y
Hacker News
new
|
ask
|
show
|
jobs
by
jhanschoo
757 days ago
A basic transformer architecture performs only a bounded amount of computation per generated token, so it can never emulate a machine computing sufficiently hard problems.
1 comments
EVa5I7bHFq9mnYK
756 days ago
Yes, because it's feed forward. It must have loops to be a Turing machine.
link
phkahler
756 days ago
It does. The output is fed back in.
link
jhanschoo
756 days ago
It indeed does, but it must generate a token per loop, and can thereby solve some linearly complex problems, but it cannot solve harder problems.
link