Artificial Intelligence
AI is the simulation of human intelligence in machines designed to think and learn like people. Example: A self-driving car that uses AI to navigate roads.
AAI Agents
Autonomous AI systems that use tools and software to complete complex multi-step goals with minimal human guidance or ongoing supervision.
AAI Ethics
The study and implementation of safe, fair, and responsible AI development. It addresses issues like bias, privacy, and the social impact of automation.
Deep Learning
A subset of ML based on artificial neural networks with multiple layers of processing, capable of learning patterns and features from raw data.
DDiffusion Models
AI models that create high-quality content by gradually refining random noise into structured data. Used in DALL-E and Stable Diffusion.
Edge AI
Running AI models directly on local devices instead of in the cloud for lower latency, reduced bandwidth, and improved user privacy.
EExplainable AI (XAI)
Techniques to make AI decisions and processes understandable for human users. Crucial for high-stakes industries like healthcare and finance.
Few-Shot Learning
Providing a small number of examples to a model to help it understand and complete a new task it hasn't specifically been trained for.
FFine-Tuning
Taking a large pre-trained model and training it further on a smaller, specific dataset to optimize it for a specialized application.
FFoundation Models
Large-scale base models like GPT-4 or Claude that are trained on vast amounts of data and can be adapted to many different final applications.
Machine Learning
A subset of AI that allows systems to automatically learn and improve from experience without being explicitly programmed for each task.
MMulti-modal AI
AI that can simultaneously understand and process multiple types of data inputs like text, images, video, and audio in a single system.
Supervised Learning
A training method where the model is given a dataset with correct answers (labels), learning to map inputs to those desired outputs.
SSynthetic Data
Data that is artificially created by AI models to simulate real-world data patterns for training while preserving original privacy.
Tokenization
The process of breaking down text into smaller units (tokens) so an AI model can process language mathematically.
TTransformers
A deep learning architecture that uses "attention" mechanisms to process entire sequences of data at once. Powers ChatGPT.
TTuring Test
A historic test of a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human.