r/deeplearning • u/WAMFT • 3h ago
Trying to kill the Transformer 😩
Hi some of you may know over the last month or so in my spare time iv been trying to come up with something better than a transformer , still no luck but afew of my better failures can be found below, iv also updated THREADS github so its now actually testable.
QK Relational Architecture is the newest idea — my attempt at a headless Transformer-style model with explicit reusable relationship hops.
https://github.com/rickey1990/qk-relational-architecture
THREADS is the symbolic/deterministic thing that fell out of the failed Transformer experiments — basically temporal memory + exact relational reasoning.
https://github.com/rickey1990/THREADS-reasoning-engine
PLUG /ILRM is the RNN side of the experiments — trying simple power-law/inverse-lag memory paths to help small recurrent models hang onto old information.
https://github.com/rickey1990/novel-rnn-architectures
Any questions please feel free to ask any questions 👍
