An Efficient Dehazing Transformer
-
Updated
Aug 15, 2026 - Python
An Efficient Dehazing Transformer
Pure C implementation of the Transformer Encoder Stack from Attention Is All You Need, composing multiple independent Encoder Layers into a complete Transformer encoder with efficient O(1) memory execution and zero external ML dependencies.
Pure C implementation of the position-wise Feed-Forward Network from Attention Is All You Need, applying a shared two-layer MLP independently to every token—the primary transformation layer inside Transformer models.
AI Application to recognize different species of flowers.
Technical walkthrough of the full pipeline, with the important mathematical and systems-level details.
To associate your repository with the feed-forward-network topic, visit your repo's landing page and select "manage topics."