← Back to AI Factory Chat

AI Factory Glossary

135 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 2 of 3 (135 entries)

gmlp (gated mlp),gmlp,gated mlp,llm architecture

MLP with gating for language.

gmt, gmt, graph neural networks

Graph Multiset Transformer uses multiset attention and virtual nodes for expressive graph-level representation learning.

gnn expressiveness, gnn, graph neural networks

GNN expressiveness theory studies which graph properties can be distinguished by different message passing architectures.

goal achievement, ai agents

Goal achievement detection recognizes when objectives are satisfied enabling termination.

goal stack, ai agents

Goal stacks organize objectives hierarchically tracking completion dependencies.

god class detection, code ai

Find classes doing too much.

gopher,foundation model

DeepMind's large language model.

gorilla,ai agent

LLM trained to use APIs and tools effectively.

gpt (generative pre-trained transformer),gpt,generative pre-trained transformer,foundation model

Autoregressive model family for text generation.

gpt-4,foundation model

OpenAI's multimodal large language model.

gpt-4v (gpt-4 vision),gpt-4v,gpt-4 vision,foundation model

OpenAI's multimodal GPT-4.

gpu clusters for training, gpu, infrastructure

Interconnected GPUs for parallel training.

graceful degradation, llm optimization

Graceful degradation maintains partial functionality when components fail.

graclus pooling, graph neural networks

Graclus pooling uses deterministic graph coarsening algorithm for hierarchical graph classification.

gradcam, explainable ai

Visualize important regions for predictions.

gradcam++, explainable ai

Improved version of GradCAM.

gradient accumulation,model training

Accumulate gradients over multiple mini-batches before updating weights.

gradient bucketing, distributed training

Group gradients for efficient communication.

gradient clipping, training techniques

Gradient clipping bounds gradient norms preventing privacy leakage and training instability.

gradient clipping,model training

Cap gradient magnitude to prevent exploding gradients.

gradient compression techniques, distributed training

Reduce gradient communication.

gradient flow preservation,model training

Maintain gradient flow in sparse networks.

gradient masking, ai safety

Make gradients uninformative.

gradient penalty, generative models

Regularize gradient magnitude (GANs).

gradient quantization for communication, distributed training

Quantize gradients for transmission.

gradient reversal layer, domain adaptation

Reverse gradients for adversarial training.

gradient synchronization, distributed training

Aggregate gradients across devices.

gradient-based nas, neural architecture

Optimize architecture with gradients.

gradient-based pruning, model optimization

Gradient-based pruning estimates weight importance using gradient information.

gradient-based pruning,model optimization

Use gradients to determine importance.

grain boundaries, defects

Interfaces between crystallites.

grain boundary characterization, metrology

Analyze grain boundary structure and energy.

grain boundary energy, defects

Energy per area of boundary.

grain boundary segregation, defects

Impurities collect at boundaries.

grain growth in copper,beol

Increase grain size to reduce resistance.

grammar-based decoding, llm optimization

Grammar-based decoding generates text following formal grammar specifications.

grammar-based generation, graph neural networks

Grammar-based generation uses formal grammars to ensure syntactic validity of generated graphs.

gran, gran, graph neural networks

Graph Recurrent Attention Networks generate graphs through sequential block-wise generation with recurrent state tracking for scalability.

granger causality, time series models

Granger causality tests whether past values of one time series provide statistically significant information for predicting another series.

granger non-causality, time series models

Granger non-causality tests null hypothesis that past values of one series don't help predict another.

graph attention networks (gat),graph attention networks,gat,graph neural networks

Use attention in GNNs.

graph completion, graph neural networks

Graph completion predicts missing nodes or edges in incomplete graphs for knowledge graph construction.

graph convolution, graph neural networks

Graph convolution generalizes convolutional operations to irregular graph structures by aggregating features from neighboring nodes with learnable weights.

graph convolutional networks (gcn),graph convolutional networks,gcn,graph neural networks

Convolutional operations on graphs.

graph generation, graph neural networks

Generate new graphs.

graph isomorphism network (gin),graph isomorphism network,gin,graph neural networks

Most expressive message-passing GNN.

graph laplacian, graph neural networks

Operator encoding graph structure.

graph neural network,gnn,node

GNNs operate on graph-structured data. Message passing between nodes. Social networks, molecules.

graph neural odes, graph neural networks

Apply Neural ODEs to graph-structured data.

graph neural operators,graph neural networks

Operators on graph-structured data.