Formula

Encoder-Classifier Architecture

The encoder-classifier architecture is a standard approach for text classification in which a classifier neural network is stacked on top of an encoder. This combined structure, mathematically represented as Classifyω(Encodeθ^())\mathrm{Classify}_{\omega}(\mathrm{Encode}_{\hat{\theta}}(\cdot)), operates in two steps: the encoder, parameterized by θ^\hat{\theta}, first converts an input into a numerical representation, and then the classifier, parameterized by ω\omega, uses that representation to predict the final output label.

Image 0

0

1

Updated 2026-04-14

Contributors are:

Who are from:

Tags

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences