Results for "meaning-based retrieval"

16 results

Semantic Search Intermediate

Retrieval based on embedding similarity rather than keyword overlap, capturing paraphrases and related concepts.

Foundations & Theory
Vector Database Intermediate

A datastore optimized for similarity search over embeddings, enabling semantic retrieval at scale.

Large Language Models
Chunking Intermediate

Breaking documents into pieces for retrieval; chunk size/overlap strongly affect RAG quality.

Foundations & Theory
Orchestration Intermediate

Coordinating tools, models, and steps (retrieval, calls, validation) to deliver reliable end-to-end behavior.

Foundations & Theory
Loss Function Intermediate

A function measuring prediction error (and sometimes calibration), guiding gradient-based optimization.

Foundations & Theory
Transformer Intermediate

Architecture based on self-attention and feedforward layers; foundation of modern LLMs and many multimodal models.

Transformers & LLMs
DPO Intermediate

A preference-based training method optimizing policies directly from pairwise comparisons without explicit RL loops.

Optimization
VC Dimension Intermediate

A measure of a model class’s expressive capacity based on its ability to shatter datasets.

AI Economics & Strategy
Boltzmann Machine Intermediate

Probabilistic energy-based neural network with hidden variables.

Model Architectures
Control Loop Advanced

Continuous loop adjusting actions based on state feedback.

Robotics & Embodied AI
RRT Advanced

Sampling-based motion planner.

Motion Planning & Navigation
Retrieval Prompt Intro

Prompt augmented with retrieved documents.

Prompting & Instructions
Energy-Based Model Intermediate

Models that define an energy landscape rather than explicit probabilities.

Model Architectures
Score-Based Model Advanced

Learns the score (∇ log p(x)) for generative sampling.

Diffusion & Generative Models
Flow-Based Model Advanced

Exact likelihood generative models using invertible transforms.

Diffusion & Generative Models
Model-Based RL Advanced

RL using learned or known environment models.

Reinforcement Learning