#architecture
4 approved public terms with this tag.
RAG
기계 지원 번역 초안 (Korean) for "RAG": Retrieval-Augmented Generation - An AI architecture pattern that combines a language model with external knowledge retrieval to provide more accurate and up-to-date responses.
“예문 초안: We implemented RAG to give our chatbot access to the latest product documentation.”
Transformer
기계 지원 번역 초안 (Korean) for "Transformer": A neural network architecture introduced in 2017 ("Attention Is All You Need") that underlies virtually all modern language models. Transformers use self-attention mechanisms to process entire sequences in parallel, capturing long-range dependencies that earlier recurrent architectures struggled with.
“예문 초안: Every major LLM from GPT to Claude is built on the transformer architecture.”
Neural Network
기계 지원 번역 초안 (Korean) for "Neural Network": A computational model loosely inspired by biological neurons, consisting of interconnected layers of mathematical functions (nodes) that transform input data into output predictions. Neural networks learn by adjusting the weights of connections through exposure to training data.
“예문 초안: The neural network learned to recognize handwritten digits with over 99% accuracy.”
API-First
기계 지원 번역 초안 (Korean) for "API-First": A design philosophy where the API contract is defined and agreed upon before any implementation begins. API-first teams treat the API as the product — writing the specification first (e.g., in OpenAPI), getting feedback from consumers, then building both client and server simultaneously against the agreed contract.
“예문 초안: Their API-first approach meant the mobile app team could start building against the spec before the backend was done.”