← Back to AI Factory Chat

AI Factory Glossary

9,967 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 121 of 200 (9,967 entries)

ofa elastic, ofa, neural architecture search

Once-for-All elastic kernels support variable kernel sizes within single supernet enabling fine-grained architecture specialization.

offline rl, reinforcement learning

Learn from fixed dataset without interaction.

offset correction,process

Adjust recipe to compensate for chamber differences.

ohem, ohem, advanced training

Online Hard Example Mining selects high-loss examples within mini-batches for gradient computation improving training efficiency.

ohmic contact,beol

Low-resistance contact.

oht (overhead hoist transport),oht,overhead hoist transport,automation

Automated ceiling-mounted system to move FOUPs between tools.

oht management, oht, facility

Control overhead transport.

oil analysis, manufacturing operations

Oil analysis examines lubricant condition and contamination indicating wear and degradation.

ollama,local,easy

Ollama runs local LLMs easily. Pull and run. Mac, Windows, Linux.

omegaconf, infrastructure

Configuration system for complex projects.

on-call rotation,operations

Schedule for responding to production issues.

on-chip aging sensors, design

Measure degradation in-situ.

on-chip variation (ocv),on-chip variation,ocv,design

Account for within-die parameter variation.

on-device ai,edge ai

Run models locally on user devices.

on-device model, llm architecture

On-device models run locally on user hardware without cloud connectivity.

on-device overlay, metrology

Measure overlay on product patterns.

on-device training, edge ai

Train models directly on edge devices.

on-die decap sizing, signal & power integrity

On-die decoupling capacitor sizing balances area overhead with impedance targets at high frequencies.

on-die decap, signal & power integrity

On-die decoupling capacitors integrated in chip area provide fast response to local current demands minimizing dynamic voltage drop.

on-die sensors,design

Measure temperature voltage process on chip.

on-site solar, environmental & sustainability

On-site solar photovoltaic systems generate renewable electricity directly at manufacturing facilities.

on-the-fly augmentation, infrastructure

Generate augmented data during training.

once for all,supernet,subnet

Once-for-all trains single supernet containing all subnets. Extract subnet for target constraint. Efficient NAS.

once-for-all networks, neural architecture

Train supernet once search many times.

once-for-all, neural architecture search

Once-for-all networks train a single supernet that supports diverse architectural configurations enabling efficient deployment-specific specialization.

one-class svm ts, time series models

One-class SVM for time series learns boundaries of normal behavior detecting anomalies as deviations from learned support.

one-piece flow, manufacturing operations

One-piece flow processes single units through operations without batching enabling rapid response.

one-point lesson, quality & reliability

One-point lessons teach single concepts on single page for quick learning.

one-shot learning,few-shot learning

Learn from single example per class.

one-shot nas, neural architecture

Single training run to evaluate architectures.

one-shot prompting, prompting

Single example in prompt.

one-shot prompting, prompting techniques

One-shot prompting includes single example demonstrating desired response format.

one-shot pruning, model optimization

One-shot pruning removes all unnecessary parameters in single step before retraining.

one-shot pruning,model optimization

Prune once without retraining.

one-shot weight sharing, neural architecture search

One-shot weight sharing trains single supernet where subnetworks share weights for efficient architecture evaluation.

one-sided confidence interval, reliability

Lower or upper bound only.

one-way anova, quality & reliability

One-way ANOVA compares means for single factor with multiple levels.

oneapi,hardware

Intel's unified programming model for diverse architectures.

oneapi,intel oneapi,sycl,cross-architecture

oneAPI is Intel cross-architecture programming. SYCL-based. Targets CPUs, GPUs, FPGAs with single code.

online distillation, model compression

Distill during training of teacher.

online hard example mining, ohem, computer vision

Mine hard examples during training.

online learning,machine learning

Update model as new data arrives.

online learning,streaming,update

Online learning updates model continuously as new data arrives. Important for non-stationary environments.

onnx (open neural network exchange),onnx,open neural network exchange,deployment

Format for exchanging models between frameworks.

onnx export,convert,portable

Export to ONNX for portability. Run on different runtimes.

onnx format, onnx, model optimization

ONNX provides open standard for representing deep learning models enabling framework interoperability.

onnx runtime, onnx, model optimization

ONNX Runtime provides cross-platform inference optimization for ONNX format models.

onnx,export,interoperability

ONNX is an open format for ML models. Export PyTorch/TensorFlow to ONNX for deployment on different runtimes.

onnx,interoperability,format

ONNX is open model format. Export from PyTorch/TensorFlow, run anywhere. Enables portability.

oom,out of memory,gpu memory

When you hit GPU OOM, I will help you reduce memory usage by adjusting batch size, sequence length, model size, or using quantization.