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

graph-based relational reasoning, graph neural networks

Use graph networks for relational tasks.

graphaf, graph neural networks

Graph Autoregressive Flow generates graphs by sequentially adding nodes and edges with normalizing flows.

graphene electronics, research

Use graphene for devices.

graphene tim, thermal management

Graphene-based thermal interface materials leverage high in-plane thermal conductivity for improved heat spreading.

graphgen, graph neural networks

Sequential graph generation.

graphnvp, graph neural networks

GraphNVP applies normalizing flows to graph generation enabling exact likelihood computation and efficient sampling of molecular structures.

graphql,query,flexible

GraphQL provides flexible queries. Client specifies fields. Efficient data fetching.

graphrnn, graph neural networks

GraphRNN generates graphs sequentially by modeling node and edge formation as a sequence generation problem using recurrent neural networks.

graphrnn, graph neural networks

RNN-based graph generation.

graphsage, graph neural networks

GraphSAGE generates node embeddings by sampling and aggregating features from local neighborhoods enabling inductive learning on unseen graphs.

graphsage,graph neural networks

Inductive GNN with sampling.

graphtransformer, graph neural networks

Graph Transformer applies full self-attention over graph nodes with positional encodings for structural information.

graphvae, graph neural networks

Graph Variational Autoencoder generates graphs by learning latent distributions over graph structures.

gray code, design & verification

Gray code changes only one bit between adjacent values preventing multi-bit transition errors.

grazing incidence saxs, gisaxs, metrology

Surface-sensitive nanostructure analysis.

grazing incidence x-ray diffraction (gixrd),grazing incidence x-ray diffraction,gixrd,metrology

Thin film crystal structure.

greedy decoding, text generation

Always pick most likely token.

greedy decoding,argmax,deterministic

Greedy decoding always picks highest probability token. Fast but can be repetitive. No exploration.

greedy decoding,inference

Always pick the most probable next token (deterministic but can be repetitive).

greedy,beam search,decoding

Greedy decoding picks the highest-prob token each step (deterministic). Beam search explores multiple candidates; sampling adds randomness for variety.

greek cross,metrology

Sheet resistance measurement pattern.

green chemistry, environmental & sustainability

Green chemistry principles minimize hazardous substances in semiconductor processes through alternative chemistries and process optimization.

green fab,facility

Environmentally friendly fab design and operations.

green solvents, environmental & sustainability

Green solvents replace hazardous organic solvents with safer alternatives like supercritical CO2 or water-based solutions.

grid search,exhaustive,tune

Grid search tries all combinations. Exhaustive but slow.

grid search,model training

Try all combinations of hyperparameter values.

grid, hardware

Collection of thread blocks.

gridmix, data augmentation

Mix using grid patterns.

grokking, training phenomena

Sudden generalization long after overfitting.

grokking,training phenomena

Sudden jump in generalization long after training loss plateaus.

groq,cerebras,custom chip

Groq and Cerebras build custom AI chips with massive parallelism. Very fast inference for supported models.

gross die, yield enhancement

Gross die count includes all die on wafer regardless of functionality or testing.

gross margin, business & strategy

Gross margin is revenue minus cost of goods sold representing manufacturing profitability.

gross margin,industry

Revenue minus cost of goods sold as percentage.

ground bounce, signal & power integrity

Ground bounce is supply voltage noise caused by simultaneous switching of multiple outputs inducing current spikes through package inductance.

ground bounce,design

Voltage fluctuation on ground due to switching.

grounded generation, rag

Generate from provided sources.

grounded language learning,robotics

Learn language through interaction with environment.

grounded-gate nmos, design

Common ESD protection device.

groundedness, evaluation

Groundedness ensures generated content is supported by provided sources.

grounding and bonding, facility

Electrical grounding to prevent ESD.

grounding dino,computer vision

Open-set detection using language.

grounding in external knowledge, rag

Connect to external information.

grounding, manufacturing operations

Grounding provides electrical path to earth dissipating static charge.

grounding,factual,knowledge

Grounding connects model output to verified sources. RAG, knowledge graphs, and retrieval help keep responses factual.

grounding,rag

Ensure AI outputs are based on retrieved facts rather than hallucinated.

group convolutions, neural architecture

Convolutions over symmetry groups.

group recommendation, recommendation systems

Group recommendations suggest items satisfying preferences of multiple users simultaneously.

group split,leak,prevent

Group split keeps related samples together. Prevents data leakage.

grouped convolution, computer vision

Process channels in groups.