SEARCH · ENGLISH EDITION
Find an AI concept.
Search titles, summaries, article text, source-language titles, and known aliases.
BERT
Bidirectional Encoder Representations from Transformers, an encoder-based language representation model.
Embedding
A numerical vector representation used to encode semantic or structural properties of data.
Inference
The process of running a trained model on new input to produce predictions, embeddings, or generated output.
Multimodal AI
AI systems that process or generate more than one type of data, such as text, images, audio, or video.
Retrieval-Augmented Generation (RAG)
A method that retrieves external information and supplies it to a generative model as context.
Tokenization
The process of converting text or other input into discrete units that a model can process.
Vector Search
Search that retrieves items by similarity between numerical vector representations.