← Back to AI Factory Chat

AI Factory Glossary

24 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 1 (24 entries)

k-anonymity, training techniques

K-anonymity ensures each record is indistinguishable from at least k-1 others.

k-wl test, graph neural networks

k-dimensional Weisfeiler-Lehman test extends standard WL providing stronger graph isomorphism testing.

kaizen event, manufacturing operations

Kaizen events are focused improvement workshops targeting specific problems over short duration.

kaizen suggestion, quality & reliability

Kaizen suggestions propose incremental improvements from frontline workers.

kaizen, manufacturing operations

Kaizen is continuous incremental improvement philosophy engaging all employees.

kalman filter, time series models

Kalman filter provides optimal linear state estimation for Gaussian state space models through recursive prediction and update steps.

kanban, supply chain & logistics

Kanban is a pull-based inventory management system using visual signals to trigger material replenishment based on consumption.

kernel fusion, model optimization

Kernel fusion merges adjacent GPU operations eliminating intermediate memory writes.

kirkendall voids, failure analysis advanced

Kirkendall voids form at bond interfaces from differential diffusion rates weakening interconnections.

knn-lm (k-nearest neighbor language model),knn-lm,k-nearest neighbor language model,llm architecture

Augment LM with nearest neighbor retrieval.

knowledge distillation for edge, edge ai

Distill large model to small for edge.

knowledge distillation variants, model compression

Different distillation approaches.

knowledge distillation, model optimization

Knowledge distillation trains compact student models to mimic larger teacher model predictions.

knowledge distillation,model optimization

Train small student model to mimic large teacher model.

knowledge editing, model editing

Modify specific facts in models.

knowledge editing,model training

Update model's factual knowledge without full retraining.

knowledge graph embedding, graph neural networks

Knowledge graph embeddings map entities and relations to vectors for link prediction and reasoning.

knowledge graph embeddings (advanced),knowledge graph embeddings,advanced,graph neural networks

Learn representations of KG entities and relations.

knowledge localization, explainable ai

Find where knowledge is stored.

knowledge neurons, explainable ai

Neurons storing factual knowledge.

kolmogorov-arnold networks (kan),kolmogorov-arnold networks,kan,neural architecture

Networks using learnable activation functions on edges.

kosmos,multimodal ai

Multimodal large language model from Microsoft.

kv cache, kv, llm optimization

KV cache stores key-value attention states avoiding recomputation during generation.

kv cache,llm architecture

Cached key-value pairs from previous tokens to speed up autoregressive generation.