← Back to AI Factory Chat

AI Factory Glossary

212 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 1 of 5 (212 entries)

pac learning, pac, advanced training

Probably Approximately Correct learning provides theoretical bounds on sample complexity for learning with high probability and accuracy.

package decap fa, failure analysis advanced

Package decapsulation removes molding compound and heat spreaders exposing die for failure analysis.

package fa, failure analysis advanced

Package failure analysis investigates defects in packaging materials interconnects and interfaces using cross-sectioning acoustic microscopy and X-ray.

package thermal modeling, thermal management

Package thermal modeling predicts temperature distributions using finite element analysis and computational fluid dynamics.

packed sequences, llm optimization

Packed sequences concatenate examples without padding for memory efficiency.

padding mask, llm optimization

Padding masks prevent attention to padded positions during processing.

padding, llm optimization

Padding extends shorter sequences to batch length enabling parallel processing.

paged attention, llm optimization

Paged attention manages KV cache in non-contiguous memory blocks like virtual memory.

paged attention,vllm,memory

PagedAttention (vLLM) manages KV cache like virtual memory. Reduces fragmentation. Enables larger batches.

painn, chemistry ai

Equivariant molecular network.

painn, graph neural networks

Polarizable Atom Interaction Neural Network uses equivariant message passing for molecular property prediction.

paired t-test, quality & reliability

Paired t-tests compare related measurements on same units.

pairwise comparison, training techniques

Pairwise comparisons judge relative quality between two responses.

pairwise comparison,evaluation

Compare two outputs and pick better one.

pairwise ranking, recommendation systems

Pairwise ranking learns relative preferences between item pairs for recommendation ordering.

pairwise ranking,machine learning

Learn from item comparisons.

palm (pathways language model),palm,pathways language model,foundation model

Google's large-scale language model.

panorama generation, generative models

Create wide panoramic images.

parallel inheritance hierarchies, code ai

Duplicate inheritance structures.

parallel sampling, llm optimization

Parallel sampling generates multiple sequence candidates simultaneously.

parameter binding, ai agents

Parameter binding fills function arguments with appropriate values from context.

parameter count vs training tokens, planning

Tradeoff in resource allocation.

parameter count,model training

Total number of trainable weights in the model.

parameter sharing, model optimization

Parameter sharing applies same weights to multiple operations enabling efficient architectures with fewer parameters.

parametric activation functions, neural architecture

Activations with learnable parameters.

pareto nas, neural architecture search

Pareto-optimal neural architecture search discovers architectures optimal for multiple objectives like accuracy and latency.

parseval networks, ai safety

Tight control of Lipschitz constant.

parti, multimodal ai

Parti generates images through autoregressive sequence modeling of visual tokens.

partial domain adaptation, domain adaptation

Source has extra classes.

particle filter, time series models

Particle filter performs sequential Monte Carlo inference in non-linear non-Gaussian state space models using weighted particle representations.

particulate abatement, environmental & sustainability

Particulate abatement removes solid particles from exhaust using filters or electrostatic precipitators.

patchgan discriminator, generative models

Discriminate on patches.

patchtst, time series models

Patch Time Series Transformer divides series into patches reducing tokens and improving long-horizon forecasting efficiency.

patent analysis, legal ai

Analyze patent documents with NLP.

patent analysis,legal ai

Analyze patent documents.

patent classification, legal ai

Categorize patents.

patent drafting assistance,legal ai

Help write patent applications.

patent similarity, legal ai

Find similar patents.

path encoding nas, neural architecture search

Path encoding represents architectures through enumeration of computational paths from input to output.

path patching, explainable ai

Intervene on specific paths.

pathology image analysis,healthcare ai

Analyze tissue slides.

patient risk stratification,healthcare ai

Assess patient risk levels.

pbti modeling, pbti, reliability

Model PBTI degradation.

pc algorithm, pc, time series models

PC algorithm learns directed acyclic graphs from data through conditional independence tests.

pc-darts, pc-darts, neural architecture search

Partially Connected DARTS reduces memory costs by searching over subsets of edges rather than entire architecture graph.

pcmci plus, pcmci, time series models

PCMCI+ extends PCMCI with improved conditional independence testing for high-dimensional time series.

pcmci, pcmci, time series models

PCMCI combines PC algorithm with momentary conditional independence testing for causal discovery in multivariate time series.

pelt, pelt, time series models

Pruned Exact Linear Time algorithm efficiently detects multiple change points in univariate time series.

per-channel quantization,model optimization

Different scales for each channel.

per-tensor quantization,model optimization

Single scale for entire tensor.