# RightProduct

- [Kronecker Attention Networks](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/001.md)
- [An Attention Free Transformer](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/002.md)
- [Transformer with Fourier Integral Attentions](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/003.md)
- [Linear Complexity Randomized Self-attention Mechanism](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/004.md)
- [UFO-ViT: High Performance Linear Vision Transformer without Softmax](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/005.md)
- [XCiT: Cross-Covariance Image Transformers](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/006.md)
- [SimpleTRON: Simple Transformer with O(N) Complexity](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/007.md)
- [A Dot Product Attention Free Transformer](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/008.md)
- [On Learning the Transformer Kernel](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/009.md)
- [Momentum Transformer: Closing the Performance Gap Between Self-attention and Its Linearization](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct/010.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/rightproduct.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
