AI 용어집
인공지능 완전 사전
162
카테고리
2,032
하위 카테고리
23,060
용어
용어
Masked Language Model (MLM)
Training objective where the model predicts randomly masked words in a sentence, forcing the model to understand the bidirectional context of language.
용어
Sequence to Sequence Encoding (Seq2Seq)
Neural network architecture composed of two parts, an encoder that processes an input sequence and a decoder that generates an output sequence, used for translation and text synthesis.
용어
Layer Normalization
Regularization technique that stabilizes the training of deep neural networks by normalizing the activations of each layer, accelerating convergence and improving performance.
용어
Subword Tokenization
Tokenization method that divides words into smaller units (subwords), allowing to manage a finite vocabulary while representing rare or unknown words by concatenation of known subwords.
🔍