Transformer¶
Definition
AI-generated
A transformer is a neural network architecture built from stacked blocks of multi-head self-attention and position-wise feedforward layers, usually with residual connections and layer normalization; positional encodings supply order information without recurrence.
Topics
Why it matters in GWAS¶
Transformers power large DNA and protein language models, biomedical text LLMs, and some single-cell foundation models used for annotation and in silico screens. Pretraining corpora and tokenization (k-mers, codons) shape inductive biases; genetic validity still requires independent functional or cohort benchmarks.
Example usage¶
"The sequence embedding came from a base-pair resolution transformer fine-tuned on human regulatory regions."
Related terms¶
References¶
- Vaswani A, et al. (2017). Attention is all you need. NeurIPS.
Last updated (UTC · Git history)