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

fixed-length chunking, rag

Split at fixed size.

fixed-point arithmetic,optimization

Replace floating-point with fixed-point.

fixed-time life testing, reliability

Test for specified duration.

fixmatch, advanced training

FixMatch combines consistency regularization with pseudo-labeling using strong augmentation and confidence thresholding for semi-supervised learning.

fixmatch, semi-supervised learning

Strong augmentation with pseudo-labels.

fixture generation, code ai

Create test fixtures automatically.

fixup initialization, optimization

Initialize to train deep nets without normalization.

flame graph,cpu,visualization

Flame graphs visualize CPU time by function. Stack traces over time. Find hot spots.

flame retardant in emc, packaging

Meet flammability standards.

flamingo,multimodal ai

Few-shot vision-language model.

flan-t5,foundation model

T5 model fine-tuned on many instruction tasks.

flan, flan, fine-tuning

Instruction tuning method.

flan, flan, training techniques

Finetuned Language Net scales instruction tuning across many tasks and templates.

flash anneal, process integration

Flash annealing uses high-intensity light pulses for rapid surface heating enabling advanced junction engineering.

flash anneal,implant

Millisecond anneal using intense light pulse.

flash attention,memory efficient

FlashAttention fuses attention into one kernel, reduces memory from O(n²) to O(n), enables longer contexts on same GPU.

flash attention,memory efficient

FlashAttention computes attention without materializing full matrix. 2-4x faster, much less memory.

flash attention,transformer

Optimized attention algorithm that reduces memory usage and speeds up training/inference.

flashattention implementation, optimization

Highly optimized attention.

flashattention-2,optimization

Improved version with better parallelism and speed.

flashcard,memory,spaced

Generate flashcards for learning. Spaced repetition.

flashinfer,deployment

Optimized kernels for LLM inference on GPUs.

flask,python,simple

Flask is simple Python web framework. Flexible, minimal. Good for quick APIs.

flat index, rag

Brute-force exact search.

flat minima, theory

Optima with low curvature generalize better.

flax,haiku,jax framework

Flax and Haiku are neural network libraries for JAX. Functional style. Google ecosystem.

fleet management, production

Manage multiple similar tools.

fleiss' kappa,evaluation

Kappa for more than two annotators.

flex testing, failure analysis advanced

Flex testing applies board bending to evaluate solder joint robustness under mechanical strain.

flexmatch, semi-supervised learning

Adaptive pseudo-labeling thresholds.

flicker reduction, video generation

Minimize temporal artifacts.

flip chip,advanced packaging

Mount die face-down with solder bumps for connections.

flip-chip bonding, packaging

Face-down die attachment.

floating body effect,device physics

Charge accumulation in SOI body.

floor life, packaging

Time allowed out of bag.

floor marking, manufacturing operations

Floor markings delineate work areas pathways and storage locations improving organization.

floor tile (perforated),floor tile,perforated,facility

Tiles with holes allowing air to flow from plenum below.

flop counting, flop, planning

Estimate floating point operations.

flops (floating point operations),flops,floating point operations,model training

Measure of computational cost for training or inference.

flops efficiency, model optimization

FLOPs efficiency measures actual throughput relative to theoretical peak floating-point operations.

flops utilization, flops, optimization

Percentage of theoretical peak.

flops,hardware

Floating point operations per second measure of compute capacity.

flow control, manufacturing equipment

Flow controllers regulate chemical delivery rates ensuring process consistency.

flow meter, manufacturing equipment

Flow meters measure chemical delivery rates for process control.

flow production, manufacturing operations

Flow production creates continuous movement of work through operations minimizing batching and inventory.

flow-guided feature aggregation, video understanding

Use motion to aggregate features.

flowable cvd, process integration

Flowable CVD deposits films that flow like liquids before curing enabling void-free gap fill in extremely narrow features.

flowchart,visualize,process

Create flowcharts from descriptions. Visualize processes.

flowise,langchain,visual

Flowise is visual LangChain builder. Drag and drop.

flownet, video understanding

CNN for optical flow estimation.