Feedforward Network (FFN)¶
Definition
AI-generated
A feedforward network (FFN) is a computation graph without cycles: each layer maps its input through weights and a (usually nonlinear) activation to produce the next layer’s activations.
Synonyms
Why it matters in GWAS¶
FFN layers stack with attention in sequence models for DNA and protein; capacity and depth interact with regularization when predicting variant effects or cell states alongside classical GWAS.
Example usage¶
"We doubled the transformer FFN hidden ratio from 4× to 8× but saw no gain on the held-out regulatory validation set."
Related terms¶
References¶
- Vaswani A, et al. (2017). Attention is all you need. NeurIPS.
- Hornik K, Stinchcombe M, White H. (1989). Multilayer feedforward networks are universal approximators. Neural Netw.
Last updated (UTC · Git history)