🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Seq2Seq Architecture

Deep learning model composed of an encoder and a decoder designed to transform variable-length sequences into other sequences. This architecture is fundamentally used for machine translation, text summarization, and dialogue generation tasks.

📖
용어

Teacher Forcing

Training strategy where the decoder receives the true previous values as input rather than its own predictions, accelerating convergence. This technique stabilizes learning but can create a divergence between training and inference known as exposure bias.

📖
용어

Masking

Procedure consisting of masking certain positions of sequences to prevent the model from processing irrelevant or future information. Masking is essential for managing variable-length sequences and preventing cheating during auto-regressive training.

📖
용어

Embedding Vector

Dense vector representation of discrete tokens that captures semantic and syntactic relationships in a continuous space. Embeddings are learned during training and constitute the fundamental input of sequence processing models.

📖
용어

Gated Recurrent Unit

Simplified variant of LSTM using two gates (update and reset) to regulate information flow with fewer parameters. GRUs offer comparable performance to LSTM while being more computationally efficient.

📖
용어

Greedy Search

Decoding strategy that systematically selects the token with the highest probability at each generation step. Although fast, this approach can lead to suboptimal solutions as it does not consider alternative sequences.

📖
용어

Bidirectionality

Ability of the encoder to process the input sequence in both directions (forward and backward) to capture the complete context. Bidirectional encoders improve semantic understanding by considering both past and future context.

📖
용어

Subword Embeddings

Tokenization technique that divides words into smaller morphological units, allowing to handle rare words and open vocabulary. Subword embeddings like BPE or WordPiece have become the standard in modern models.

🔍

결과를 찾을 수 없습니다