AI Glossary
Learn the key terms and concepts in AI and machine learning
19 terms found
A
AI Agent
An AI system that can autonomously perform tasks by planning, using tools, and making decisions. Agents can break down complex goals into steps and execute them with minimal human intervention.
API (Application Programming Interface)
A set of rules and protocols that allows different software applications to communicate. COZHUB provides a REST API that lets you integrate AI models into your applications with simple HTTP requests.
C
Chain-of-Thought (CoT)
A prompting technique that encourages the AI to show its reasoning process step by step. This often improves performance on complex reasoning tasks like math problems or logical puzzles.
Context Window
The maximum number of tokens an LLM can process in a single interaction. A larger context window allows the model to consider more information when generating responses. GPT-4 has a 128K token context window, while Claude 3 supports up to 200K tokens.
E
Embedding
A numerical representation of text (or other data) in a high-dimensional vector space. Similar texts have similar embeddings, making them useful for semantic search, clustering, and recommendation systems.
F
Few-shot Learning
A technique where you provide a few examples in the prompt to help the AI model understand the desired task or output format. This is more effective than zero-shot (no examples) for complex or specific tasks.
Fine-tuning
The process of further training a pre-trained model on a specific dataset to adapt it for a particular task or domain. Fine-tuning allows models to learn specialized knowledge while retaining their general capabilities.
Function Calling / Tool Use
The ability of AI models to call external functions or APIs based on user requests. This enables AI to perform actions like searching the web, accessing databases, or controlling other software.
G
GPT (Generative Pre-trained Transformer)
A family of large language models developed by OpenAI. GPT models are pre-trained on internet text and can be fine-tuned for specific tasks. GPT-4 is currently one of the most capable AI models available.
H
Hallucination
When an AI model generates false or fabricated information that sounds plausible but is not grounded in facts. Techniques like RAG and careful prompting can help reduce hallucinations.
I
Inference
The process of using a trained AI model to generate predictions or outputs from new inputs. This is what happens when you send a request to an AI API - the model performs inference on your input.
L
Large Language Model (LLM)
A type of AI model trained on massive amounts of text data to understand and generate human-like text. Examples include GPT-4, Claude, and Gemini. LLMs can perform tasks like answering questions, writing content, coding, and translation.
M
Multimodal AI
AI models that can process and generate multiple types of data, such as text, images, audio, and video. Examples include GPT-4V (text + images) and Gemini (text, images, audio, video).
P
Prompt
The input text given to an AI model to guide its response. A well-crafted prompt can significantly improve the quality and relevance of AI outputs. Prompt engineering is the practice of designing effective prompts.
Prompt Engineering
The practice of designing and optimizing prompts to get better results from AI models. Techniques include providing examples (few-shot learning), breaking down complex tasks, and specifying output formats.
R
RAG (Retrieval-Augmented Generation)
A technique that combines information retrieval with text generation. RAG systems first retrieve relevant documents from a knowledge base, then use that information to generate more accurate and up-to-date responses.
T
Temperature
A parameter that controls the randomness of AI outputs. Lower temperatures (e.g., 0.1) produce more deterministic, focused responses. Higher temperatures (e.g., 0.9) produce more creative, varied outputs.
Token
The basic unit of text that LLMs process. A token can be a word, part of a word, or a character. For English, 1 token is approximately 4 characters or 0.75 words. API pricing is typically based on the number of tokens processed.
Transformer
A neural network architecture that uses self-attention mechanisms to process sequential data. Introduced in the 2017 paper "Attention Is All You Need," transformers are the foundation of modern LLMs and have revolutionized natural language processing.
Ready to start with AI?
Explore our resources and start your AI journey