eGitty

Discover The Most Popular Algorithms

An Introduction to Conditional Layer Normalization

Conditional Layer Normalization (CLN) is used in paper: Unified Named Entity Recognition as Word-Word Relation Classification. In this tutorial, we will introduce it.

Conditional Layer Normalization

It is used to a pair \(x_i, x_j\) and is defined as:

An Introduction to Conditional Layer Normalization

The representation \(V_{ij} of the word pair \((x_i, x_j)\) can be considered as a combination of the representation \(h_i\) of \(x_i\) and \(h_j\) of \(x_j\), where the combination should imply that \(x_j\) is conditioned on \(x_i\).

Leave a Reply

Your email address will not be published. Required fields are marked *