Collected sources and patterns will appear here. Add from search or the patterns library.
Tensor<NormalizedTimes> -> Tensor<RotaryEmbeddings>
Map continuous, irregular timestamps to rotary positional embeddings to preserve temporal geometry in transformer layers.
Problem it solves
Standard discrete rotary embeddings assume fixed-interval sequences and fail on irregular time-series.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.