Skip to content

Add LayerNorm (#20)#21

Merged
sql-hkr merged 1 commit intomainfrom
feat/normalization
Oct 25, 2025
Merged

Add LayerNorm (#20)#21
sql-hkr merged 1 commit intomainfrom
feat/normalization

Conversation

@sql-hkr
Copy link
Owner

@sql-hkr sql-hkr commented Oct 25, 2025

Introduced a LayerNorm class in syna.layers.normalization, implementing layer normalization as described by Ba et al. (2016). Updated __init__.py to export LayerNorm.

Introduced a new LayerNorm class in syna.layers.normalization, implementing layer normalization as described by Ba et al. (2016). Updated __init__.py to export LayerNorm.
@sql-hkr sql-hkr linked an issue Oct 25, 2025 that may be closed by this pull request
@sql-hkr sql-hkr merged commit 8b700d5 into main Oct 25, 2025
1 check passed
@sql-hkr sql-hkr deleted the feat/normalization branch October 25, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Layer Normalization layer

1 participant