mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-15 03:47:05 +00:00
77966a7622
detect, extract (AST + call-graph), build, cluster, analyze, report, export PDF extraction, tree-sitter AST, pyvis HTML, schema validation
6 lines
204 B
Markdown
6 lines
204 B
Markdown
# Attention Is All You Need
|
|
|
|
The transformer architecture uses multi-head attention.
|
|
Layer normalization is applied before each sub-layer.
|
|
The feed-forward network consists of two linear transformations.
|