SÖZLÜK

YZ Sözlüğü

Karşılaştığınız her LLM terimi için sade Türkçe tanımlar.

49 terim

Ana Kavramlar

24 terms
Token

Yapay zeka modellerinin metni işlemek ve faturalandırmak için kullandığı temel birim.

Bağlam Penceresi (Context Window)

Bir modelin tek bir istekte işleyebileceği maksimum token sayısı.

LLM (Büyük Dil Modeli)

Büyük miktarda metin verisiyle eğitilmiş, insan benzeri metin üretebilen yapay sinir ağı.

Foundation Model

A large pre-trained model that serves as the base for many downstream applications.

Çıkarım (Inference)

Eğitilmiş bir yapay zeka modelinin yeni girdiler için çıktı üretme süreci.

Completion

The text output generated by a language model in response to a prompt.

Prompt Mühendisliği

Yapay zeka modelinden en iyi çıktıyı almak için girdileri tasarlama sanatı ve bilimi.

System Prompt

An instruction block sent before the conversation that configures model behavior.

Vektör Yerleştirme (Embedding)

Kelimelerin veya metinlerin anlamlarını temsil eden çok boyutlu sayısal vektörler.

Temperature

A sampling parameter that controls the randomness of model outputs.

Top-P (Nucleus Sampling)

A sampling strategy that limits token selection to the smallest set covering a cumulative probability threshold.

Streaming

Delivering model output token-by-token as it is generated rather than waiting for the full response.

Latency

The time between sending a request and receiving the first token of a response.

Throughput

The number of tokens or requests a model can process per second.

RAG (Geri Getirmeyle Güçlendirilmiş Üretim)

Modeli harici bir bilgi bankasından gelen gerçek zamanlı verilerle besleme tekniği.

Vector Database

A database optimized for storing and searching high-dimensional embedding vectors.

Semantic Search

Search that retrieves results based on meaning rather than exact keyword matching.

Zero-Shot

Prompting a model to perform a task without providing any examples.

Few-Shot

Providing a small number of input-output examples in the prompt to guide the model.

Chain of Thought

A prompting technique that instructs the model to reason step-by-step before answering.

AI Agent

An LLM-powered system that autonomously takes actions in pursuit of a goal.

Tool Use (Function Calling)

The ability for a model to call external functions or APIs to retrieve data or take actions.

Knowledge Cutoff

The date beyond which a model has no training data and is unaware of events.

Tokenizer

The algorithm that converts raw text into a sequence of tokens for a language model.

Fiyatlandırma ve Maliyetler

4 terms

Mimari

8 terms

Eğitim

4 terms

Güvenlik ve Etik

6 terms

Kriterler

3 terms