Self-Attention¶
Definition
AI-generated
Self-attention computes pairwise interactions among positions in a single sequence (or set) so each position’s representation blends information from others via learned weights; stacked layers build transformer blocks when combined with position encodings and feedforward sublayers.
Topics
Why it matters in GWAS¶
Self-attention is the workhorse of DNA, RNA, and protein language models used for annotation and scoring; attention maps are descriptive but not guaranteed biological mechanisms without experiments.
Example usage¶
"Downstream interpretation uses Self-Attention to connect statistical evidence with biological context."
Related terms¶
References¶
- Vaswani A, et al. (2017). Attention is all you need. NeurIPS.
Last updated (UTC · Git history)