1️⃣ What is a TNN?
TNNs are neural networks with local recurrence or feedback connections, processing inputs across time.
Unlike standard RNNs, each time step in TNNs corresponds to a single feedforward layer’s computation to mimic biological processing. Of course, you can also unroll the usual way as well with our framework.
TNNs were introduced in our earlier work, more details can be found here:
x.com/aran_nayebi/status/150…