← Back to AI Factory Chat

AI Factory Glossary

442 technical terms and definitions

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
Showing page 7 of 9 (442 entries)

load balancing dispatch, operations

Equalize tool utilization.

load balancing loss, llm architecture

Load balancing loss encourages uniform expert utilization.

load balancing loss,moe

Auxiliary loss to ensure experts are used evenly.

load balancing, manufacturing operations

Load balancing distributes work across equipment to maximize utilization.

load balancing,infrastructure

Distribute requests across multiple servers.

load board, advanced test & probe

Load boards are DUT boards designed for package-level testing providing sockets and signal paths to ATE.

load lock, manufacturing operations

Load locks transfer wafers between atmospheric and vacuum environments.

load lock,automation

Vacuum-compatible chamber for transitioning wafers between atmospheric and vacuum.

load port,automation

Interface where FOUP docks to tool for wafer transfer.

load shedding, llm optimization

Load shedding rejects requests when system capacity is exceeded preventing overload.

load testing,stress,capacity

Load testing measures performance under stress. Find breaking points. Size infrastructure.

loading effect,etch

Total wafer area being etched affects etch rate.

loading plot, manufacturing operations

Loading plots display variable contributions to principal components.

local cd uniformity (lcdu),local cd uniformity,lcdu,lithography

CD variation at very small length scales.

local differential privacy in fl, federated learning

Add noise at client before sending.

local differential privacy, recommendation systems

Local differential privacy adds noise to user data before collection providing stronger privacy guarantees than central DP.

local differential privacy,privacy

Add noise at data source before collection.

local electrode atom probe, leap, metrology

Advanced APT with local electrode.

local interconnect metal, process integration

Local interconnect metals like cobalt or tungsten route signals in MOL with lower resistance than polysilicon.

local interconnect, process integration

Local interconnects use intermediate metal layers or heavily doped polysilicon to route signals over short distances in MOL.

local level model, time series models

Local level model is simplest structural time series with stochastically evolving level component.

local sgd, distributed training

Perform multiple local updates before synchronizing.

local silicon interconnect, lsi, advanced packaging

Small silicon bridges connecting dies.

local trend model, time series models

Local trend model includes both stochastically evolving level and slope components for trending series.

local variation, design & verification

Local variation causes parameter differences between nearby transistors from random effects.

local vs global attention in vit, computer vision

Balance between local and global.

local window attention, computer vision

Attention restricted to local windows.

local-global attention,llm architecture

Combine local sliding window with sparse global attention.

local-global correspondence, self-supervised learning

Match local patches to global image.

locality-sensitive hashing, lsh, data quality

Approximate nearest neighbor search.

locally typical sampling, text generation

Conditional entropy-based sampling.

locally typical, llm optimization

Locally typical sampling considers information content conditional on context.

locating task vectors, theory

Where task information is encoded.

lock-in thermography, failure analysis advanced

Lock-in thermography applies periodic electrical stimulation and phase-sensitive thermal imaging to detect weak heat sources from intermittent defects.

lock-in thermography,failure analysis

Thermal imaging of defects.

lock-in thermography,quality

Thermal imaging to find shorts or high-resistance defects.

lof temporal, lof, time series models

Local Outlier Factor adapted for time series detects anomalies by comparing local densities in feature space.

lof time series, lof, time series models

Local Outlier Factor for time series detects anomalies by comparing densities in windowed feature space.

log quantization, model optimization

Logarithmic quantization represents values in log domain improving dynamic range.

log transform,skew,normalize

Log transform reduces skewness. Common for monetary, count data.

log-gaussian cox, time series models

Log-Gaussian Cox processes use Gaussian random fields to model spatially or temporally varying intensity functions.

logarithmic quantization,model optimization

Use logarithmic scale for quantization.

logging,metrics,tracing,observability

I can suggest what to log, which metrics to track, and how to use tracing so you can debug and understand your systems in production.

logging,mlops

Record events for debugging and analysis.

logic bist, advanced test & probe

Logic BIST generates pseudo-random patterns and compresses responses through signature analysis for testing combinational and sequential logic.

logic programming with llms,ai architecture

Use LLMs to interact with logic systems.

logic synthesis,design

Convert RTL to gate-level netlist.

logical reasoning benchmarks, evaluation

Test formal logic.

logiqa, evaluation

Logical reasoning questions.

logistic regression,linear,classifier

Logistic regression is linear classifier. Interpretable.