veda.ng

Glossary

Deep dives into the terminology shaping AI, Web3, and deep tech.

Read definition for 51% Attack
51% Attack
Web3
A 51% attack occurs when a single entity gains majority control of a blockchain's consensus...
Read definition for Account Abstraction
Account Abstraction
Web3
Account abstraction allows smart contracts to serve as user accounts with programmable...
Read definition for ACID Properties
ACID Properties
Tech
ACID properties are the four guarantees that define reliable database transactions: Atomicity,...
Read definition for Activation Function
Activation Function
AI
An activation function is a mathematical transformation applied to each neuron's output in a neural...
Read definition for Adapter
Adapter
AI
An adapter is a small trainable module inserted into a frozen pretrained model, enabling...
Read definition for Agent
Agent
AI
An Agent is an AI system that perceives its environment, makes decisions, and takes actions to...
Read definition for Agentic Loop
Agentic Loop
AI
An agentic loop is the core execution pattern of AI agent systems: the repeated cycle of perceiving...
Read definition for Agentic Workflow
Agentic Workflow
AI
An agentic workflow shifts AI interactions from single-shot prompts to iterative, autonomous...
Read definition for AI Alignment
AI Alignment
AI
AI alignment is the research field focused on making AI systems pursue goals that match human...
Read definition for AI Safety
AI Safety
AI
AI safety studies how to design, build, test, and operate AI systems so they behave as intended and...
Read definition for Airdrop
Airdrop
Web3
An airdrop is a token distribution method where a project sends free tokens directly to wallet...
Read definition for Algorithmic Bias
Algorithmic Bias
AI
Algorithmic bias is when a computer-based decision-making process produces systematically unfair...
Read definition for Alignment
Alignment
AI
Alignment is the problem of making AI systems pursue goals compatible with human values. It's...
Read definition for API (Application Programming Interface)
API (Application Programming Interface)
Tech
An API is an interface for software to communicate with other software. Instead of directly...
Read definition for APY vs APR
APY vs APR
Web3
APR (Annual Percentage Rate) and APY (Annual Percentage Yield) both express yearly interest rates,...
Read definition for Artificial General Intelligence (AGI)
Artificial General Intelligence (AGI)
AI
Artificial General Intelligence represents a threshold in AI development where a system matches or...
Read definition for Artificial Superintelligence (ASI)
Artificial Superintelligence (ASI)
AI
Artificial Superintelligence (ASI) refers to a hypothetical form of machine intelligence that...
Read definition for Atomic Swap
Atomic Swap
Web3
An atomic swap is a trustless peer-to-peer exchange of cryptocurrencies across different...
Read definition for Attention Head
Attention Head
AI
An attention head is one of multiple parallel attention mechanisms within a transformer layer, each...
Read definition for Attention Mechanism
Attention Mechanism
AI
The attention mechanism is the core innovation inside transformer models that allows them to weigh...
Read definition for Attention Score
Attention Score
AI
An attention score quantifies how much one position in a sequence should attend to another position...
Read definition for Autoencoder
Autoencoder
AI
An autoencoder is a neural network trained to reconstruct its input through a compressed...
Read definition for Automated Market Maker (AMM)
Automated Market Maker (AMM)
Web3
An automated market maker is a type of decentralized exchange protocol that uses mathematical...
Read definition for Autonomous Agents
Autonomous Agents
AI
Autonomous Agents are AI systems designed to pursue complex, multi-step goals with virtually zero...
Read definition for Backpropagation
Backpropagation
AI
Backpropagation is the algorithm that makes deep learning possible by efficiently computing how...
Read definition for Basis Trade
Basis Trade
Web3
Basis trade profits from the price difference between spot and futures markets, exploiting the...
Read definition for Batch Normalization
Batch Normalization
AI
Batch normalization is a technique for stabilizing and accelerating neural network training by...
Read definition for Beam Search
Beam Search
AI
Beam search is a decoding algorithm for language models that maintains multiple candidate sequences...
Read definition for BERT
BERT
AI
BERT (Bidirectional Encoder Representations from Transformers) is a transformer-based language...
Read definition for Blockchain
Blockchain
Web3
A blockchain is a distributed ledger maintained by a network of nodes. Each block contains...
Read definition for Borrow Rate
Borrow Rate
Web3
Borrow rate is the interest rate paid to borrow assets from a DeFi lending protocol, dynamically...
Read definition for Bridge
Bridge
Web3
A bridge is a protocol for transferring assets between different blockchains. Blockchains are...
Read definition for Byte-Pair Encoding
Byte-Pair Encoding
AI
Byte-pair encoding is a subword tokenization algorithm that iteratively builds a vocabulary by...
Read definition for Caching Strategy
Caching Strategy
Tech
Caching strategies determine how data flows between cache and underlying storage, optimizing for...
Read definition for Causal Masking
Causal Masking
AI
Causal masking is an attention mechanism constraint that prevents each position from attending to...
Read definition for CDN (Content Delivery Network)
CDN (Content Delivery Network)
Tech
A Content Delivery Network is a group of servers spread across many locations around the world that...
Read definition for Chain-of-Thought Prompting
Chain-of-Thought Prompting
AI
Chain-of-thought prompting is a technique where you instruct a language model to reason step by...
Read definition for Chunking
Chunking
AI
Chunking is the process of splitting documents into smaller segments for embedding and retrieval in...
Read definition for CI/CD
CI/CD
Tech
CI/CD stands for Continuous Integration and Continuous Deployment. Continuous Integration means...
Read definition for Circuit Breaker
Circuit Breaker
Tech
A circuit breaker is a software design pattern that prevents cascading failures in distributed...
Read definition for Circulating Supply
Circulating Supply
Web3
Circulating supply counts the number of tokens currently available for trading in the market,...
Read definition for CLIP
CLIP
AI
CLIP (Contrastive Language-Image Pre-training) is a multimodal model from OpenAI that learns to...
Read definition for Cluster Analysis
Cluster Analysis
AI
Cluster analysis groups a collection of items so that members of the same group are more similar to...
Read definition for Cold Storage
Cold Storage
Web3
In cryptocurrency, cold storage means keeping private keys on a device that is completely...
Read definition for Cold Wallet
Cold Wallet
Web3
A cold wallet is a cryptocurrency storage method where private keys are kept offline, completely...
Read definition for Collateralization Ratio
Collateralization Ratio
Web3
Collateralization ratio measures the value of deposited collateral relative to borrowed assets,...
Read definition for Composability
Composability
Web3
Composability in DeFi is the property that allows smart contracts to interact with each other...
Read definition for Computer Vision
Computer Vision
AI
Computer vision is the field of artificial intelligence that enables machines to interpret and...
Read definition for Concentrated Liquidity
Concentrated Liquidity
Web3
Concentrated liquidity allows liquidity providers to specify price ranges for their capital rather...
Read definition for Consensus Mechanism
Consensus Mechanism
Web3
A consensus mechanism is a protocol that lets nodes agree on the state of a blockchain without a...
Read definition for Consistency Hashing
Consistency Hashing
Tech
Consistency hashing is a technique for distributing keys across a dynamic set of servers, like in...
Read definition for Constitutional AI
Constitutional AI
AI
Constitutional AI is a training approach where an AI system evaluates its own outputs against a set...
Read definition for Containerization (Docker)
Containerization (Docker)
Tech
Containerization packages software so it runs identically on any machine with the container...
Read definition for Context Window
Context Window
AI
A context window is the maximum amount of text a language model can process in a single...
Read definition for Continuous Integration / Continuous Deployment (CI/CD)
Continuous Integration / Continuous Deployment (CI/CD)
Tech
Continuous Integration / Continuous Deployment (CI/CD) automates the pipeline from writing code to...
Read definition for Contrastive Learning
Contrastive Learning
AI
Contrastive learning is a self-supervised training approach that learns representations by pulling...
Read definition for Convolutional Neural Network
Convolutional Neural Network
AI
A convolutional neural network is a neural architecture designed for processing grid-structured...
Read definition for CORS
CORS
Tech
Cross-Origin Resource Sharing (CORS) is a browser security mechanism that controls which web pages...
Read definition for Cross-Attention
Cross-Attention
AI
Cross-attention is an attention mechanism where one sequence attends to a different sequence,...
Read definition for Cross-Chain Bridge
Cross-Chain Bridge
Web3
A cross-chain bridge enables transferring tokens, data, or messages between separate blockchains...
Read definition for Cross-Entropy Loss
Cross-Entropy Loss
AI
Cross-entropy loss is the standard objective function for training classification and language...
Read definition for Cryptocurrency Wallet
Cryptocurrency Wallet
Web3
A cryptocurrency wallet stores the private and public cryptographic keys needed to send, receive,...
Read definition for Cryptographic Hash Function
Cryptographic Hash Function
Web3
A cryptographic hash function takes an input of any size and produces a fixed-length string of...
Read definition for Data Availability
Data Availability
Web3
Data availability (DA) ensures that transaction data is accessible to anyone who needs to verify...
Read definition for Data Availability Sampling (DAS)
Data Availability Sampling (DAS)
Web3
Data Availability Sampling (DAS) is a protocol that lets nodes verify a block's data is fully...
Read definition for Database Index
Database Index
Tech
A database index is a data structure that accelerates query performance by maintaining sorted...
Read definition for Database Sharding
Database Sharding
Tech
Database sharding horizontally partitions data across multiple database instances based on a shard...
Read definition for Decentralized Autonomous Organization (DAO)
Decentralized Autonomous Organization (DAO)
Web3
A DAO is an organization governed by smart contracts and token holders rather than traditional...
Read definition for Decentralized Exchange (DEX)
Decentralized Exchange (DEX)
Web3
A decentralized exchange (DEX) lets users trade cryptocurrencies directly with each other through...
Read definition for Decentralized Finance (DeFi)
Decentralized Finance (DeFi)
Web3
Decentralized Finance is a category of financial services built on blockchain without traditional...
Read definition for Decentralized Identity (DID)
Decentralized Identity (DID)
Web3
Decentralized Identity (DID) is an architectural change in how identity, credentials, and...
Read definition for Decentralized Physical Infrastructure Networks (DePIN)
Decentralized Physical Infrastructure Networks (DePIN)
Web3
Decentralized Physical Infrastructure Networks (DePIN) combine real-world hardware assets, like...
Read definition for Decentralized Sequencer
Decentralized Sequencer
Web3
A decentralized sequencer orders transactions in a distributed ledger without relying on a single...
Read definition for Deep Learning
Deep Learning
AI
Deep learning is a subfield of machine learning that uses neural networks with many layers to learn...
Read definition for Delegated Proof of Stake (DPoS)
Delegated Proof of Stake (DPoS)
Web3
Delegated Proof of Stake (DPoS) is a consensus mechanism where token holders elect a limited number...
Read definition for Delta Neutral
Delta Neutral
Web3
Delta neutral describes a portfolio or position structured to have zero net directional exposure to...
Read definition for DePIN
DePIN
Web3
Decentralized Physical Infrastructure Networks are blockchain projects that incentivize individuals...
Read definition for Diffusion Model
Diffusion Model
AI
A diffusion model generates data by learning to reverse a gradual noising process, iteratively...
Read definition for Digital Twin
Digital Twin
Tech
A digital twin is a virtual replica of a physical object, process, or system that updates in real...
Read definition for Direct Preference Optimization
Direct Preference Optimization
AI
Direct Preference Optimization is an alignment technique that fine-tunes language models directly...
Read definition for Directed Acyclic Graph (DAG)
Directed Acyclic Graph (DAG)
Web3
A Directed Acyclic Graph (DAG) is a data structure made of nodes connected by edges that have a...
Read definition for DNS (Domain Name System)
DNS (Domain Name System)
Tech
The Domain Name System is the phone book of the internet. When you type a website address like...
Read definition for Docker
Docker
Tech
Docker is a platform for packaging applications and dependencies into containers. A container...
Read definition for Document Retrieval
Document Retrieval
AI
Document retrieval finds relevant documents from a corpus given a query, forming the foundation of...
Read definition for Double Spend
Double Spend
Web3
Double spending is the fundamental problem of digital currency: spending the same digital token...
Read definition for Double-Spending
Double-Spending
Web3
Double-spending is the act of using the same unit of digital currency more than once. Unlike...
Read definition for Dropout
Dropout
AI
Dropout is a regularization technique that randomly deactivates a fraction of neurons during each...
Read definition for Dust Attack
Dust Attack
Web3
A dust attack is a privacy-breaking technique where attackers send tiny amounts of cryptocurrency...
Read definition for Edge AI
Edge AI
AI
Edge AI runs artificial intelligence algorithms directly on devices at the periphery of a network,...
Read definition for Edge Computing
Edge Computing
Tech
Edge computing means processing data near the source rather than sending it to a centralized cloud...
Read definition for Embeddings
Embeddings
AI
Embeddings are vector representations of text, images, or other data in high-dimensional space. The...
Read definition for Emission Rate
Emission Rate
Web3
Emission rate measures the speed at which new tokens enter circulation, typically expressed as...
Read definition for Ethereum Virtual Machine (EVM)
Ethereum Virtual Machine (EVM)
Web3
The Ethereum Virtual Machine (EVM) is the fundamental computation engine at the center of the...
Read definition for Expert Systems
Expert Systems
AI
An expert system is a computer program that replicates the decision-making ability of a human...
Read definition for Explainable AI (XAI)
Explainable AI (XAI)
AI
Explainable AI (XAI) is a set of techniques and design principles that make machine-learning...
Read definition for Feature Extraction
Feature Extraction
AI
Feature extraction transforms raw data into a set of measurable characteristics that algorithms can...
Read definition for Federated Learning
Federated Learning
AI
Federated Learning is an advanced machine learning technique that trains an artificial intelligence...
Read definition for Feedforward Network
Feedforward Network
AI
A feedforward network in the transformer architecture is a simple two-layer neural network applied...
Read definition for Few-Shot Prompting
Few-Shot Prompting
AI
Few-shot prompting is a technique where you provide a small number of input-output examples before...
Read definition for Fine-Tuning
Fine-Tuning
AI
Fine-tuning is the process of taking a pre-trained model and continuing its training on a...
Read definition for Flash Loan
Flash Loan
Web3
A flash loan is an uncollateralized DeFi loan that must be borrowed and repaid within a single...
Read definition for Foundation Model
Foundation Model
AI
A foundation model is a large AI model trained on broad data at massive scale that serves as the...
Read definition for Funding Rate
Funding Rate
Web3
Funding rate is a periodic payment exchanged between long and short perpetual futures holders that...
Read definition for Gas Fees
Gas Fees
Web3
Gas fees are transaction fees paid to validators for executing operations on a blockchain. The term...
Read definition for Generalization
Generalization
AI
Generalization is the ability of a machine learning model to perform well on new, previously unseen...
Read definition for Generative Adversarial Network
Generative Adversarial Network
AI
A generative adversarial network trains two neural networks in competition: a generator that...
Read definition for Generative AI
Generative AI
AI
Generative AI refers to machine-learning models that create new content, text, images, audio,...
Read definition for Generative Model
Generative Model
AI
A generative model learns the probability distribution of training data, enabling it to create new...
Read definition for Genesis Block
Genesis Block
Web3
The Genesis Block is the very first block in a blockchain. It is the starting point that all...
Read definition for Git
Git
Tech
Git is a distributed version control system that tracks changes to files over time, letting...
Read definition for Governance Token
Governance Token
Web3
A governance token is a digital asset that grants voting rights in a decentralized autonomous...
Read definition for Gradient Descent
Gradient Descent
AI
Gradient descent is the optimization algorithm that trains neural networks by iteratively adjusting...
Read definition for GraphQL
GraphQL
Tech
GraphQL is a query language for APIs. Clients specify exactly what data they need and the server...
Read definition for Grounding
Grounding
AI
Grounding in AI refers to connecting model outputs to verifiable external reality, ensuring that...
Read definition for gRPC
gRPC
Tech
gRPC is a high-performance, open-source remote procedure call (RPC) framework that uses Protocol...
Read definition for Hallucination
Hallucination
AI
Hallucination is when an AI system generates plausible-sounding but completely false information....
Read definition for Hard Fork
Hard Fork
Web3
A hard fork is a blockchain protocol upgrade that is not backwards-compatible. Nodes running the...
Read definition for Hot Wallet
Hot Wallet
Web3
A hot wallet is cryptocurrency storage that stays connected to the internet. It holds private keys...
Read definition for Hyperparameter
Hyperparameter
AI
A hyperparameter is a configuration value set before training begins that controls the learning...
Read definition for Hyperparameter Tuning
Hyperparameter Tuning
AI
Hyperparameter tuning is the process of selecting the best settings for the knobs that control how...
Read definition for Idempotency
Idempotency
Tech
Idempotency is the property where performing an operation multiple times produces the same result...
Read definition for Image Segmentation
Image Segmentation
AI
Image segmentation assigns a class label to every pixel in an image, providing dense, pixel-level...
Read definition for Impermanent Loss
Impermanent Loss
Web3
Impermanent loss is the loss liquidity providers suffer when the price ratio of paired assets...
Read definition for Inference
Inference
AI
Inference is the process of running a trained AI model to generate predictions or outputs. It is...
Read definition for Instruction Tuning
Instruction Tuning
AI
Instruction tuning is a fine-tuning approach that trains language models on diverse...
Read definition for Intent
Intent
Web3
An intent is a signed message expressing what a user wants to achieve without specifying exactly...
Read definition for Intent-Centric Architecture
Intent-Centric Architecture
Web3
Intent-Centric Architecture is a design approach where the user's desired outcome, called the...
Read definition for Internet of Things (IoT)
Internet of Things (IoT)
Tech
The Internet of Things (IoT) refers to a network of physical objects, sensors, appliances,...
Read definition for IPFS (InterPlanetary File System)
IPFS (InterPlanetary File System)
Tech
IPFS is a peer-to-peer protocol for storing and sharing files. HTTP, the foundation of the web, is...
Read definition for Knowledge Distillation
Knowledge Distillation
AI
Knowledge distillation is a model compression technique where a smaller student model learns to...
Read definition for Knowledge Graph
Knowledge Graph
AI
A knowledge graph stores information as a network of entities connected by typed relationships....
Read definition for Kubernetes
Kubernetes
Tech
Kubernetes is a container orchestration platform for deploying, scaling, and managing containerized...
Read definition for KV Cache
KV Cache
AI
KV cache (Key-Value cache) stores the computed Key and Value vectors from previous tokens during...
Read definition for Large Language Model (LLM)
Large Language Model (LLM)
AI
A Large Language Model is a neural network trained on massive text datasets to predict and generate...
Read definition for Latency
Latency
AI
Latency measures the time delay between initiating a request and receiving a response, a critical...
Read definition for Layer 1
Layer 1
Web3
Layer 1 refers to the base blockchain protocol, the foundational network that provides security,...
Read definition for Layer 2
Layer 2
Web3
Layer 2 refers to secondary blockchains built on top of a Layer 1 chain like Ethereum to improve...
Read definition for Layer Normalization
Layer Normalization
AI
Layer normalization is a technique that stabilizes neural network training by normalizing...
Read definition for Leverage
Leverage
Web3
Leverage amplifies trading exposure beyond your actual capital, multiplying both potential gains...
Read definition for Limit Order
Limit Order
Web3
A limit order specifies the exact price at which you're willing to trade, providing price certainty...
Read definition for Liquid Restaking
Liquid Restaking
Web3
Liquid Restaking takes the capital efficiency of liquid staking to its logical and arguably risky...
Read definition for Liquid Staking
Liquid Staking
Web3
Liquid staking lets you stake tokens while maintaining liquidity through derivative tokens....
Read definition for Liquidation
Liquidation
Web3
Liquidation in DeFi is the forced closure of an undercollateralized position, protecting protocols...
Read definition for Liquidity Pool
Liquidity Pool
Web3
A liquidity pool is a smart contract holding reserves of two or more tokens, enabling decentralized...
Read definition for Liquidity Pool Volume
Liquidity Pool Volume
Web3
Liquidity pool volume measures the total dollar value of swaps executed through a pool over a given...
Read definition for Liquidity Provider
Liquidity Provider
Web3
A liquidity provider (LP) deposits assets into trading pools or order books, enabling others to...
Read definition for Load Balancer
Load Balancer
Tech
A load balancer is a system that distributes incoming network traffic across multiple servers to...
Read definition for Logit
Logit
AI
Logits are the raw, unnormalized scores output by a neural network's final layer before softmax...
Read definition for LoRA
LoRA
AI
LoRA (Low-Rank Adaptation) is a parameter-efficient fine-tuning technique that adds small trainable...
Read definition for Low-Rank Adaptation (LoRA)
Low-Rank Adaptation (LoRA)
AI
Low-Rank Adaptation (LoRA) is a technique for fine-tuning large neural networks cheaply. Instead of...
Read definition for LSTM
LSTM
AI
Long Short-Term Memory is a recurrent neural network architecture designed to capture long-range...
Read definition for Machine Translation
Machine Translation
AI
Machine Translation (MT) automatically translates text or speech between languages, a foundational...
Read definition for Margin
Margin
Web3
Margin is collateral deposited to open and maintain a leveraged trading position, serving as a...
Read definition for Market Cap
Market Cap
Web3
Market capitalization represents the total value of a cryptocurrency, calculated by multiplying the...
Read definition for Market Order
Market Order
Web3
A market order executes immediately at the best available price, prioritizing speed of execution...
Read definition for Maximal Extractable Value (MEV)
Maximal Extractable Value (MEV)
Web3
Maximal Extractable Value is the profit that block producers (validators or miners) can extract by...
Read definition for Merkle Tree
Merkle Tree
Tech
A Merkle tree is a data structure for efficiently verifying the integrity of large datasets. You...
Read definition for Message Queue
Message Queue
Tech
A message queue is an asynchronous communication pattern where services send messages to a queue...
Read definition for MEV Burn
MEV Burn
Web3
MEV burn is a proposed mechanism that would destroy Maximum Extractable Value rather than allowing...
Read definition for Microservices
Microservices
Tech
Microservices is an architecture pattern where applications are built as independent, loosely...
Read definition for Mining Pool
Mining Pool
Web3
A mining pool is a cooperative arrangement where individual cryptocurrency miners combine computing...
Read definition for Mixture of Experts (MoE)
Mixture of Experts (MoE)
AI
Mixture of Experts is a neural network architecture where only a fraction of the model's parameters...
Read definition for Model Context Protocol (MCP)
Model Context Protocol (MCP)
AI
Model Context Protocol is an open standard developed by Anthropic that defines how AI models...
Read definition for Model Distillation
Model Distillation
AI
Model distillation is a technique for creating a smaller, faster model that approximates the...
Read definition for Model Quantization
Model Quantization
AI
Model quantization converts a neural network's numerical representations from high-precision...
Read definition for Modular Blockchain
Modular Blockchain
Web3
A modular blockchain abandons the monolithic architecture where a single network attempts to handle...
Read definition for Monorepo
Monorepo
Tech
A monorepo is a software development strategy where multiple projects, packages, or services are...
Read definition for Multi-Agent Systems
Multi-Agent Systems
AI
Multi-Agent Systems (MAS) are collections of autonomous software entities that interact within a...
Read definition for Multimodal AI
Multimodal AI
AI
Multimodal AI is a category of models that process multiple data types, text, images, audio, video,...
Read definition for Named Entity Recognition
Named Entity Recognition
AI
Named Entity Recognition (NER) identifies and classifies named entities in text, people,...
Read definition for Neural Network
Neural Network
AI
A neural network is a computational system loosely inspired by biological neurons, consisting of...
Read definition for Non-Fungible Token (NFT)
Non-Fungible Token (NFT)
Web3
An NFT is a unique cryptographic token representing ownership of a specific digital or physical...
Read definition for OAuth
OAuth
Tech
OAuth is an authorization framework that allows third-party applications to access user resources...
Read definition for Object Detection
Object Detection
AI
Object detection is a computer vision task that identifies and localizes objects within images by...
Read definition for Optical Character Recognition
Optical Character Recognition
AI
OCR (Optical Character Recognition) is the technology that converts images of text, scanned...
Read definition for Optimistic Rollup
Optimistic Rollup
Web3
Optimistic rollups assume all transactions are valid by default (hence 'optimistic'), posting state...
Read definition for Oracle
Oracle
Web3
An oracle is a service providing external data to smart contracts. Blockchains are isolated from...
Read definition for Order Book
Order Book
Web3
An order book is a real-time ledger of buy and sell orders for an asset on an exchange, displaying...
Read definition for Overfitting
Overfitting
AI
Overfitting is a fundamental machine learning failure mode where a model memorizes training...
Read definition for Parallelized EVM
Parallelized EVM
Web3
A Parallelized EVM distributes Ethereum smart-contract execution across multiple CPU cores instead...
Read definition for Pattern Recognition
Pattern Recognition
AI
Pattern recognition is the process of identifying regularities, structures, or repeated elements...
Read definition for Payment Channel
Payment Channel
Web3
A payment channel is a Layer 2 scaling technique that enables unlimited instant transactions...
Read definition for Peer-to-Peer (P2P)
Peer-to-Peer (P2P)
Web3
Peer-to-Peer (P2P) is a network architecture where each node acts as both client and server,...
Read definition for Perpetual Futures
Perpetual Futures
Web3
Perpetual futures are derivative contracts that track an underlying asset's price without...
Read definition for Perplexity
Perplexity
AI
Perplexity is a metric measuring how well a language model predicts a test dataset, calculated as...
Read definition for Perplexity Trap
Perplexity Trap
AI
The perplexity trap describes the dangerous assumption that lower perplexity on benchmark datasets...
Read definition for Positional Encoding
Positional Encoding
AI
Positional encoding is a technique for injecting sequence position information into transformer...
Read definition for Predictive Analytics
Predictive Analytics
AI
Predictive analytics turns past and present data into forecasts about future outcomes. It combines...
Read definition for Prefix Tuning
Prefix Tuning
AI
Prefix tuning is a parameter-efficient fine-tuning method that adapts a frozen language model by...
Read definition for Prompt Engineering
Prompt Engineering
AI
Prompt engineering is the craft of designing inputs to AI systems to produce desired outputs. It's...
Read definition for Prompt Injection
Prompt Injection
AI
Prompt injection is a security attack where malicious instructions are embedded in content that an...
Read definition for Prompt Tuning
Prompt Tuning
AI
Prompt tuning is a parameter-efficient adaptation method that learns continuous 'soft prompt'...
Read definition for Proof of History (PoH)
Proof of History (PoH)
Web3
Proof of History (PoH) is a cryptographic clock that creates a verifiable sequence of events...
Read definition for Proof of Stake
Proof of Stake
Web3
Proof of Stake is a blockchain consensus mechanism where validators are chosen to propose and...
Read definition for Proof of Work
Proof of Work
Web3
Proof of Work is the original blockchain consensus mechanism, used by Bitcoin, that requires...
Read definition for Protocol Buffer
Protocol Buffer
Tech
Protocol Buffers (protobuf) is a language-neutral, platform-neutral data serialization format...
Read definition for Protocol Revenue
Protocol Revenue
Web3
Protocol revenue is the income a DeFi protocol generates from fees and services, representing...
Read definition for Public-Key Cryptography
Public-Key Cryptography
Web3
Public-key cryptography secures digital information using two mathematically linked keys, a public...
Read definition for Quantization
Quantization
AI
Quantization is a model compression technique that reduces the precision of a neural network's...
Read definition for Quantum Computing
Quantum Computing
Tech
Quantum computing uses quantum mechanics to process information in ways that classical computers...
Read definition for Question Answering
Question Answering
AI
Question Answering (QA) systems automatically answer natural language questions, either by...
Read definition for Random Forest
Random Forest
AI
Random Forest is an ensemble method that builds many decision trees and aggregates their...
Read definition for Rate Limiting
Rate Limiting
Tech
Rate limiting is controlling the number of requests a client can make to a service in a time...
Read definition for Re-ranking
Re-ranking
AI
Re-ranking is a two-stage retrieval approach where an initial fast retriever generates candidate...
Read definition for Real World Assets (RWA)
Real World Assets (RWA)
Web3
Real World Assets (RWAs) represent the tokenization of off-chain, tangible, or traditional...
Read definition for Reasoning Model
Reasoning Model
AI
A reasoning model is a class of AI model designed to think before responding, using an internal...
Read definition for Recurrent Neural Network
Recurrent Neural Network
AI
A recurrent neural network processes sequential data by maintaining a hidden state that carries...
Read definition for Reinforcement Learning
Reinforcement Learning
AI
Reinforcement Learning (RL) is a branch of machine learning where an AI learns to make decisions by...
Read definition for Reinforcement Learning from Human Feedback (RLHF)
Reinforcement Learning from Human Feedback (RLHF)
AI
Reinforcement Learning from Human Feedback is a training technique where humans rank model outputs...
Read definition for Residual Connection
Residual Connection
AI
A residual connection, also called a skip connection, adds the input of a layer directly to its...
Read definition for REST API
REST API
Tech
A REST API is a way for two computer systems to communicate over the internet using standard HTTP...
Read definition for Restaking
Restaking
Web3
Restaking is a mechanism that allows ETH stakers to reuse their staked ETH as cryptoeconomic...
Read definition for Retrieval-Augmented Generation (RAG)
Retrieval-Augmented Generation (RAG)
AI
Retrieval-Augmented Generation is a technique where an LLM queries external knowledge bases before...
Read definition for Reward Model
Reward Model
AI
A reward model is a neural network trained to predict human preferences, serving as the learned...
Read definition for Rollup
Rollup
Web3
A rollup is a Layer 2 scaling solution that executes transactions off-chain for speed and cost...
Read definition for Rug Pull
Rug Pull
Web3
A rug pull is a cryptocurrency scam where project creators abandon a project after extracting...
Read definition for SAM
SAM
AI
SAM (Segment Anything Model) is a foundation model for image segmentation from Meta AI that can...
Read definition for Scaffold
Scaffold
AI
A scaffold in AI prompting is a structured template that guides models through complex reasoning by...
Read definition for Scaling Law
Scaling Law
AI
Scaling laws are empirical relationships that predict how neural network performance improves as...
Read definition for Seed Phrase
Seed Phrase
Web3
A seed phrase, also called a recovery phrase or mnemonic phrase, is a sequence of 12 or 24 randomly...
Read definition for Self-Attention
Self-Attention
AI
Self-attention is an attention mechanism where a sequence attends to itself, allowing each position...
Read definition for Self-Sovereign Identity (SSI)
Self-Sovereign Identity (SSI)
Web3
Self-Sovereign Identity (SSI) is a model for managing digital identity where individuals own and...
Read definition for Semantic Similarity
Semantic Similarity
AI
Semantic similarity measures how alike two pieces of text are in meaning, beyond surface-level word...
Read definition for Semi-Supervised Learning
Semi-Supervised Learning
AI
Semi-supervised learning uses both labeled and unlabeled data to build models. Fully supervised...
Read definition for Sentiment Analysis
Sentiment Analysis
AI
Sentiment analysis determines the emotional tone or opinion expressed in text, classifying content...
Read definition for Sequencer
Sequencer
Web3
A sequencer orders and batches transactions on a rollup before posting them to Layer 1, playing a...
Read definition for Serverless
Serverless
Tech
Serverless is a cloud execution model where providers manage infrastructure. You write functions,...
Read definition for Serverless Architecture
Serverless Architecture
Tech
Serverless architecture is a cloud-computing model where developers deploy code without managing...
Read definition for Sharding
Sharding
Tech
Sharding is a horizontal scaling technique that partitions data across multiple independent...
Read definition for Slashing
Slashing
Web3
Slashing is an economic penalty mechanism in Proof of Stake blockchains that automatically...
Read definition for Slippage
Slippage
Web3
Slippage is the difference between the expected price of a trade when you initiate it and the...
Read definition for Smart Contract
Smart Contract
Web3
A smart contract is self-executing code deployed on a blockchain. It automatically enforces...
Read definition for Social Recovery
Social Recovery
Web3
Social recovery is a wallet security mechanism that enables account recovery through trusted...
Read definition for Soft Fork
Soft Fork
Web3
A soft fork changes a blockchain's rules in a way that remains backward-compatible with older...
Read definition for Softmax
Softmax
AI
Softmax is a mathematical function that transforms a vector of arbitrary real numbers into a...
Read definition for Soulbound Token (SBT)
Soulbound Token (SBT)
Web3
Soulbound Tokens (SBTs) are non-transferable, identity-centric digital tokens that uniquely...
Read definition for Sparse Expert
Sparse Expert
AI
A sparse expert is an individual specialized neural network module within a Mixture of Experts...
Read definition for Spatial Computing
Spatial Computing
Tech
Spatial computing is a collection of technologies that let digital information exist and interact...
Read definition for Speculative Decoding
Speculative Decoding
AI
Speculative decoding is an inference acceleration technique that uses a smaller, faster draft model...
Read definition for Speech Recognition
Speech Recognition
AI
Speech recognition (Automatic Speech Recognition, ASR) converts spoken language into text, enabling...
Read definition for SSL/TLS
SSL/TLS
Tech
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that...
Read definition for Stablecoin
Stablecoin
Web3
A stablecoin is a cryptocurrency pegged to a stable asset like USD. Volatility is crypto's biggest...
Read definition for State Channel
State Channel
Web3
A state channel enables participants to exchange arbitrary state updates off-chain with...
Read definition for Supervised Learning
Supervised Learning
AI
Supervised Learning is the most widely used approach in machine learning. The model trains on...
Read definition for Supply Rate
Supply Rate
Web3
Supply rate is the interest rate earned by depositing assets into a DeFi lending protocol,...
Read definition for Support Vector Machine (SVM)
Support Vector Machine (SVM)
AI
Support Vector Machine (SVM) is a supervised learning algorithm for classification and regression....
Read definition for Sybil Attack
Sybil Attack
Web3
A Sybil attack exploits systems that grant power or resources based on identity count by having a...
Read definition for Synthetic Data
Synthetic Data
AI
Synthetic data is artificially generated data created to train, test, or evaluate AI systems, as...
Read definition for TCP/IP
TCP/IP
Tech
TCP/IP is the pair of protocols that form the foundation of how data travels across the internet....
Read definition for Temperature
Temperature
AI
Temperature is a parameter controlling the randomness of language model output by scaling the...
Read definition for Text-to-Speech
Text-to-Speech
AI
Text-to-Speech (TTS) synthesizes natural-sounding speech from written text, enabling voice...
Read definition for Throughput
Throughput
AI
Throughput measures the rate at which a system processes work over time, typically expressed as...
Read definition for Time-Weighted Average Price
Time-Weighted Average Price
Web3
Time-Weighted Average Price (TWAP) calculates the average price of an asset over a specified time...
Read definition for Token
Token
AI
A token is the smallest unit of text that an LLM processes. It's not a word. A word is often...
Read definition for Token Burn
Token Burn
Web3
Token burning permanently removes tokens from circulation by sending them to an inaccessible...
Read definition for Tokenization
Tokenization
Web3
Tokenization, in the Web3 context, is the process of representing ownership of a real-world or...
Read definition for Tokenizer
Tokenizer
AI
A tokenizer is a preprocessing system that converts raw text into a sequence of discrete tokens...
Read definition for Tokenomics
Tokenomics
Web3
Tokenomics is the economic design of a cryptocurrency or token system, the rules governing how...
Read definition for Top-k Sampling
Top-k Sampling
AI
Top-k sampling is a text generation strategy that restricts the model's next token choice to the k...
Read definition for Top-p Sampling
Top-p Sampling
AI
Top-p sampling, also called nucleus sampling, dynamically selects the smallest set of tokens whose...
Read definition for Total Value Locked
Total Value Locked
Web3
Total Value Locked (TVL) measures the aggregate dollar value of all assets deposited in a DeFi...
Read definition for Transfer Learning
Transfer Learning
AI
Transfer learning is a machine learning approach where knowledge gained from training on one task...
Read definition for Transformer
Transformer
AI
The Transformer is a neural network architecture introduced in the 2017 paper 'Attention Is All You...
Read definition for Transformer Architecture
Transformer Architecture
AI
The Transformer is a neural-network design introduced in 2017 that processes sequences of data...
Read definition for Utilization Rate
Utilization Rate
Web3
Utilization rate measures the percentage of deposited assets currently borrowed in a lending...
Read definition for Validator
Validator
Web3
A validator is a node that proposes and verifies new blocks on a Proof of Stake blockchain. In...
Read definition for Value at Risk
Value at Risk
Web3
Value at Risk (VaR) quantifies the maximum expected loss on a portfolio over a specific time...
Read definition for Variational Autoencoder
Variational Autoencoder
AI
A variational autoencoder is a generative model that learns a probabilistic latent space where...
Read definition for Vector Database
Vector Database
AI
A vector database is a database optimized for storing and searching high-dimensional numerical...
Read definition for Vesting Schedule
Vesting Schedule
Web3
A vesting schedule releases tokens to recipients gradually over time rather than all at once,...
Read definition for Vision Transformer
Vision Transformer
AI
Vision Transformer (ViT) applies the transformer architecture to images by splitting images into...
Read definition for Vision Transformers (ViT)
Vision Transformers (ViT)
AI
Vision Transformers (ViT) adapt the transformer architecture, originally built for text, to analyze...
Read definition for Vocabulary
Vocabulary
AI
Vocabulary in language models is the complete set of tokens the model recognizes, with each token...
Read definition for Wallet
Wallet
Web3
A wallet is software that stores private keys and allows interaction with blockchains. Your private...
Read definition for Web2
Web2
Tech
Web2 describes the second generation of the World Wide Web that emerged in the early 2000s. Unlike...
Read definition for WebAssembly (Wasm)
WebAssembly (Wasm)
Tech
WebAssembly is a binary instruction format for a stack-based virtual machine. It lets you compile...
Read definition for Webhook
Webhook
Tech
A webhook is a way for one application to send real-time data to another application the moment...
Read definition for WebSocket
WebSocket
Tech
WebSocket is a communication protocol that provides full-duplex, persistent connections between...
Read definition for Word Embeddings
Word Embeddings
AI
Word embeddings are numeric representations of words that capture meaning and relationships in a...
Read definition for Wrapped Token
Wrapped Token
Web3
A wrapped token is a cryptocurrency that represents another cryptocurrency on a different...
Read definition for Yield
Yield
Web3
Yield in DeFi represents the returns earned from deploying capital into protocols, typically...
Read definition for Yield Farming
Yield Farming
Web3
Yield farming is the practice of deploying cryptocurrency across DeFi protocols to maximize returns...
Read definition for Zero-Knowledge EVM (zkEVM)
Zero-Knowledge EVM (zkEVM)
Web3
A Zero-Knowledge Ethereum Virtual Machine (zkEVM) represents the holy grail of blockchain scaling:...
Read definition for Zero-Knowledge Proof
Zero-Knowledge Proof
Tech
A zero-knowledge proof is a cryptographic method to prove knowledge of information without...
Read definition for Zero-Knowledge Proofs (ZKPs)
Zero-Knowledge Proofs (ZKPs)
Web3
Zero-knowledge proofs (ZKPs) are cryptographic protocols that let one party (the prover) convince...
Read definition for Zero-Shot Learning
Zero-Shot Learning
AI
Zero-shot learning is when an AI system performs tasks it was never explicitly trained on, using...
Read definition for ZK Rollup
ZK Rollup
Web3
ZK rollups (Zero-Knowledge rollups) post cryptographic validity proofs to Layer 1 that...

Showing 287 of 287 terms