85 terms found
A (8)
Core Concept
AI Agent
An autonomous software entity that perceives its environment, makes decisions, and takes actions to achieve specific goals without continuous human…
🌐 Agent IA
Read full definition →
Core Concept
Algorithm
A finite set of well-defined instructions or rules designed to solve a specific problem or perform a computation, forming the backbone of all AI…
🌐 Algorithme
Read full definition →
Core Concept
Algorithmic Bias
Systematic errors in AI outputs that arise from biased training data or flawed model design, potentially leading to unfair or discriminatory outcomes…
🌐 Biais algorithmique
Read full definition →
Tool / Platform
API (Application Programming Interface)
Application Programming Interface — a set of protocols enabling software applications to communicate. In AI, APIs are the primary way to integrate…
🌐 API (Interface de programmation)
Read full definition →
Core Concept
Artificial General Intelligence (AGI)
Hypothetical AI capable of understanding and performing any intellectual task a human can. AGI remains a theoretical goal. Current systems, however…
🌐 IA générale (AGI)
Read full definition →
Core Concept
Artificial Intelligence
The simulation of human cognitive processes by computer systems, encompassing learning, reasoning, problem-solving, perception, and language…
🌐 Intelligence artificielle
Read full definition →
Technique
Attention Mechanism
A neural network component that learns to focus on the most relevant parts of input data, enabling models like Transformers to capture long-range…
🌐 Attention (mécanisme d’)
Read full definition →
Architecture / Model
Autoencoder
A neural network trained to compress input data into a compact latent representation and then reconstruct it, used for dimensionality reduction and…
🌐 Auto-encodeur
Read full definition →
B (2)
Technique
Benchmark
A standardized test or dataset used to evaluate and compare the performance of different AI models, algorithms, or systems. Benchmarks like MMLU…
🌐 Benchmark
Read full definition →
Core Concept
Big Data
Extremely large and complex datasets that exceed the capacity of traditional tools, characterized by high volume, velocity, and variety. Big Data is…
🌐 Big Data
Read full definition →
C (10)
Tool / Platform
Chatbot
An AI application that simulates human conversation through text or voice, powered by natural language processing and often backed by large language…
🌐 Chatbot
Read full definition →
Technique
Classification
A supervised learning task where the model assigns input data to predefined categories or classes, such as spam detection, image recognition, or…
🌐 Classification
Read full definition →
Core Concept
Cloud Computing
Using remote internet-hosted servers for data storage, processing, and computation. Cloud computing (AWS, Google Cloud, Azure) is the essential…
🌐 Cloud computing
Read full definition →
Technique
Clustering
An unsupervised learning technique that groups similar data points together without predefined labels, revealing hidden structures in data. Used for…
🌐 Clustering
Read full definition →
Architecture / Model
CNN (Convolutional Neural Network)
A specialized neural network architecture designed for processing grid-like data such as images, using convolutional layers to automatically detect…
🌐 Réseau de neurones convolutif (CNN)
Read full definition →
Core Concept
Computer Vision
A field of AI enabling machines to interpret and understand visual information from images, videos, and the physical world. Used in facial…
🌐 Computer Vision
Read full definition →
Core Concept
Computer Vision
An AI field enabling machines to analyze and understand visual content in images and videos. Used in facial recognition, autonomous vehicles, and…
🌐 Vision par ordinateur
Read full definition →
Core Concept
Context Window
The maximum amount of text (in tokens) a language model can process in a single interaction. Larger context windows allow processing more text at…
🌐 Fenêtre de contexte
Read full definition →
Core Concept
Corpus
A large, structured collection of text documents used for training and evaluating natural language processing models. The quality and diversity of…
🌐 Corpus
Read full definition →
Tool / Platform
CUDA
NVIDIA's parallel computing platform and API that enables developers to harness GPU power for accelerating AI computations and deep learning…
🌐 CUDA
Read full definition →
D (5)
Technique
Data Augmentation
Techniques for artificially expanding training datasets by applying transformations such as rotation, flipping, or noise injection to existing data…
🌐 Data augmentation
Read full definition →
Core Concept
Dataset
A structured collection of data used for training, validating, or testing machine learning models, typically organized as rows of samples and columns…
🌐 Dataset / Jeu de données
Read full definition →
Technique
Deep Learning
A subset of machine learning based on artificial neural networks with many layers, capable of learning complex patterns from large amounts of data…
🌐 Apprentissage profond
Read full definition →
Architecture / Model
Diffusion Model
A generative model that creates data by learning to reverse a gradual noise-adding process. Diffusion models (Stable Diffusion, DALL·E 3, Midjourney)…
🌐 Modèle de diffusion
Read full definition →
Technique
Distillation
A model compression technique where a smaller student model is trained to replicate the behavior of a larger teacher model, preserving performance…
🌐 Distillation
Read full definition →
E (3)
Technique
Embedding
A dense vector representation of data (words, images, or other entities) in a continuous space, capturing semantic relationships and enabling…
🌐 Embedding
Read full definition →
Core Concept
Epoch
One complete pass through the entire training dataset during model learning. The number of epochs is a crucial hyperparameter: too few leads to…
🌐 Epoch
Read full definition →
Core Concept
Ethics in AI
The study and application of moral principles to the design, development, and deployment of AI systems, addressing fairness, transparency…
🌐 Éthique de l’IA
Read full definition →
F (4)
Technique
Few-shot Learning
A machine learning paradigm where models learn to perform tasks with only a handful of labeled examples, mimicking human ability to generalize…
🌐 Few-shot learning
Read full definition →
Technique
Fine-tuning
The process of taking a pre-trained model and further training it on a smaller, task-specific dataset to adapt it to a particular domain or…
🌐 Fine-tuning
Read full definition →
Architecture / Model
Foundation Model
A large-scale AI model pre-trained on broad data that can be adapted to many downstream tasks, such as GPT-4, Claude, Llama, and Gemini. Foundation…
🌐 Modèle de fondation
Read full definition →
Tool / Platform
Framework
A development environment providing tools, libraries, and conventions for building AI applications. Major frameworks include PyTorch, TensorFlow…
🌐 Framework
Read full definition →
G (5)
Architecture / Model
GAN (Generative Adversarial Network)
A framework of two competing neural networks — a generator and a discriminator — that train together to produce realistic synthetic data. GANs were…
🌐 GAN (Generative Adversarial Network)
Read full definition →
Core Concept
Generative AI
AI systems capable of creating new content including text, images, code, music, and video. Generative AI is the major technological revolution of…
🌐 IA générative
Read full definition →
Tool / Platform
GPU (Graphics Processing Unit)
Graphics Processing Unit — a specialized processor designed for parallel computation, essential for training and running deep learning models. NVIDIA…
🌐 GPU (Graphics Processing Unit)
Read full definition →
Technique
Gradient Descent
An iterative optimization algorithm that minimizes the loss function by updating model parameters in the direction of the steepest descent of the…
🌐 Descente de gradient
Read full definition →
Technique
Grounding
A technique anchoring AI-generated responses in verifiable facts and reliable sources. Grounding is essential for reducing LLM hallucinations by…
🌐 Grounding
Read full definition →
H (3)
Core Concept
Hallucination
The phenomenon where AI models generate plausible-sounding but factually incorrect or fabricated information. Hallucinations are a major challenge…
🌐 Hallucination
Read full definition →
Tool / Platform
Hugging Face
A leading open-source platform and community for sharing, discovering, and deploying machine learning models, datasets, and NLP tools. Hugging Face…
🌐 Hugging Face
Read full definition →
Core Concept
Hyperparameter
Configuration settings external to the model that control the training process, such as learning rate, batch size, and number of layers…
🌐 Hyperparamètre
Read full definition →
L (5)
Tool / Platform
LangChain
A popular open-source framework for developing applications based on large language models. LangChain provides tools for prompt chaining, RAG…
🌐 LangChain
Read full definition →
Architecture / Model
Language Model
A statistical system modeling word sequence probabilities to predict the next word. Language models are the foundation of chatbots, machine…
🌐 Modèle de langage
Read full definition →
Architecture / Model
Large Language Model (LLM)
A neural network with billions of parameters trained on vast text corpora, capable of understanding and generating human language with remarkable…
🌐 Large Language Model (LLM)
Read full definition →
Core Concept
Latent Space
A compressed, abstract mathematical representation of data within a generative model. The latent space captures essential data characteristics in a…
🌐 Espace latent
Read full definition →
Technique
LoRA (Low-Rank Adaptation)
Low-Rank Adaptation — a parameter-efficient fine-tuning technique that adds trainable low-rank matrices to frozen model weights, significantly…
🌐 LoRA (Low-Rank Adaptation)
Read full definition →
M (4)
Core Concept
Machine Learning
A branch of AI where systems learn patterns from data and improve their performance over time without being explicitly programmed for each task…
🌐 Apprentissage automatique
Read full definition →
Core Concept
Machine Learning (ML)
A branch of AI enabling systems to automatically learn from data without explicit programming. ML encompasses supervised, unsupervised, and…
🌐 Machine Learning (ML)
Read full definition →
Architecture / Model
MoE (Mixture of Experts)
An architecture where different specialized sub-networks (experts) are selectively activated based on the task. MoE enables highly performant models…
🌐 MoE (Mixture of Experts)
Read full definition →
Architecture / Model
Multimodal Model
An AI model capable of processing and generating multiple data types simultaneously: text, image, audio, video. Multimodal models like GPT-4V…
🌐 Modèle multimodal
Read full definition →
N (3)
Core Concept
Natural Language Processing (NLP)
A field of AI focused on enabling computers to understand, interpret, and generate human language in both written and spoken forms. NLP powers…
🌐 NLP (Natural Language Processing)
Read full definition →
Architecture / Model
Neural Network
A computing architecture inspired by biological neurons, consisting of interconnected layers of nodes that process data and learn patterns through…
🌐 Réseau de neurones
Read full definition →
Tool / Platform
No-code / Low-code
Tools and platforms enabling application creation without or with very little manual coding. No-code/low-code platforms (Bubble, n8n, Make)…
🌐 No-code / Low-code
Read full definition →
O (4)
Tool / Platform
Ollama
An open-source tool for easily running large language models locally on your computer. Ollama simplifies downloading and running models like Llama…
🌐 Ollama
Read full definition →
Core Concept
Open Source
Software whose source code is freely accessible, modifiable, and redistributable by anyone. Open source is a pillar of the AI ecosystem, with…
🌐 Open source
Read full definition →
Architecture / Model
Open Source Model
An AI model whose source code and weights are publicly accessible and reusable. Open source models (Llama, Mistral, Phi) democratize AI access and…
🌐 Modèle open source
Read full definition →
Core Concept
Overfitting
A condition where a model memorizes training data too closely, including its noise, leading to poor generalization and weak performance on unseen…
🌐 Surapprentissage
Read full definition →
P (4)
Core Concept
Parameter
An internal numerical value learned and adjusted by the model during training. Parameter count is often used as a proxy for model capacity.
🌐 Paramètre
Read full definition →
Core Concept
Pipeline
A sequence of automated processing steps where each step’s output feeds the next. In AI, pipelines orchestrate data preprocessing, training…
🌐 Pipeline
Read full definition →
Core Concept
Prompt
The input text or instruction given to a generative AI model to guide its output, serving as the primary interface between users and language models…
🌐 Prompt
Read full definition →
Technique
Prompt Engineering
The practice of crafting and optimizing input prompts to elicit desired responses from AI models. Prompt engineering has become a key skill for…
🌐 Prompt engineering
Read full definition →
Q (2)
Technique
Quantization
A model compression technique that reduces numerical precision of weights and activations, enabling faster inference and lower memory usage…
🌐 Quantification
Read full definition →
Core Concept
Query
A question, command, or request submitted to an AI system or database to obtain results. Queries are the interface between users and information…
🌐 Requête
Read full definition →
R (5)
Technique
RAG (Retrieval-Augmented Generation)
A technique that enhances language model outputs by retrieving relevant information from external knowledge sources before generating a response. RAG…
🌐 Génération augmentée (RAG)
Read full definition →
Technique
Recommendation System
An algorithm analyzing preferences and behavior to suggest relevant content to the user. Recommendation systems (Netflix, Spotify, Amazon) are among…
🌐 Système de recommandation
Read full definition →
Architecture / Model
Recurrent Neural Network (RNN)
A neural network architecture with feedback connections that maintains a hidden state, designed to process sequential data. RNNs have been largely…
🌐 Réseau de neurones récurrent (RNN)
Read full definition →
Technique
Reinforcement Learning
A learning paradigm where an agent learns to make optimal decisions by interacting with an environment and receiving reward or penalty signals. The…
🌐 Apprentissage par renforcement
Read full definition →
Technique
RLHF
Reinforcement Learning from Human Feedback — a technique for aligning language models with human preferences by training a reward model from human…
🌐 RLHF
Read full definition →
S (3)
Core Concept
SaaS (Software as a Service)
A distribution model where software is accessible via the internet on subscription without local installation. Most AI tools (ChatGPT, Midjourney…
🌐 SaaS (Software as a Service)
Read full definition →
Core Concept
Scaling Laws
Empirical rules predicting how model performance improves with size and data. Scaling laws have guided LLM development by showing that performance =…
🌐 Lois de mise à l’échelle
Read full definition →
Technique
Semantic Search
A search method that understands meaning and intent behind a query, beyond simple keywords. Semantic search uses embeddings to find conceptually…
🌐 Recherche sémantique
Read full definition →
T (7)
Core Concept
Temperature
A parameter controlling the randomness of AI model outputs. Low temperature (0-0.3) produces deterministic, precise responses. High temperature…
🌐 Température
Read full definition →
Technique
Text-to-Speech (TTS)
Technology for automatic conversion of written text into natural, expressive speech. Modern systems (ElevenLabs, OpenAI TTS) produce voices nearly…
🌐 Synthèse vocale
Read full definition →
Core Concept
Token
The basic unit of text that language models process, which can be a word, subword, or character. LLMs charge and measure capacity in tokens. In…
🌐 Token
Read full definition →
Core Concept
Training
The iterative process of feeding data through a model and adjusting its parameters to minimize the loss function. Training a large language model…
🌐 Entraînement
Read full definition →
Technique
Transfer Learning
A technique where knowledge gained from training on one task is applied to a different but related task, dramatically reducing data and compute…
🌐 Apprentissage par transfert
Read full definition →
Architecture / Model
Transformer
A neural network architecture based on self-attention mechanisms that processes input data in parallel. Introduced by Google in 2017 (‘Attention Is…
🌐 Transformer
Read full definition →
Core Concept
Turing Test
A benchmark proposed by Alan Turing in 1950 to evaluate a machine's ability to exhibit intelligent behavior indistinguishable from that of a human…
🌐 Test de Turing
Read full definition →
V (2)
Tool / Platform
Vector Database
A database specialized in storing and quickly searching embedding vectors. Vector databases (Pinecone, Weaviate, ChromaDB) are essential for RAG and…
🌐 Base de données vectorielle
Read full definition →
Technique
Vectorization
The process of converting data (text, images) into numerical representations as vectors. Vectorization is the essential prerequisite for semantic…
🌐 Vectorisation
Read full definition →
W (2)
Core Concept
Weights
Numerical values adjusted during training that determine a neural network’s behavior. Weights are the model’s ‘learned knowledge,’ stored as matrices…
🌐 Poids (Weights)
Read full definition →
Tool / Platform
Whisper
An open-source speech recognition model by OpenAI, capable of transcribing and translating speech in 90+ languages. Whisper has become the de facto…
🌐 Whisper
Read full definition →
No terms found
Try another keyword or change the category filters.