GenAIWiki

Concept graph

Glossary

Short definitions with deeper context and cross-links to sibling terms.

Deep Learning

Generative Adversarial Network

A class of machine learning frameworks where two neural networks contest with each other to create new data instances.

Neural Networks

Generative Adversarial Network (GAN)

A generative adversarial network (GAN) trains a generator and a discriminator in opposition so the generator learns to produce samples that resemble a training distribution.

Artificial Intelligence

Generative AI

AI systems that can create new content, such as text, images, or music.

Modeling

Generative Model

A generative model learns a data distribution so it can create new samples such as text, images, audio, code, or structured records.

Machine Learning

Generative Modeling

A type of modeling that generates new data instances that resemble the training data.

Deep Learning

generative-adversarial-networks

A class of machine learning frameworks that generate new data samples via adversarial training.

machine-learning

generative-models

Models that can generate new data instances similar to the training data.

Machine Learning

Gradient Boosting

A machine learning technique that builds models in a sequential manner.

Optimization

Gradient Descent

An optimization algorithm used to minimize the loss function in machine learning.

Machine learning

Graph Machine Learning

Graph machine learning applies statistical and neural methods to data represented as nodes, edges, and attributes so models can learn from relationships as well as individual records.

Machine Learning

graph-attention-network

A neural network architecture that employs attention mechanisms to process graph-structured data.

Neural Networks

graph-convolutional-network

A type of neural network designed to process data structured as graphs.

Database Technology

graph-database

A database specifically designed to store and navigate relationships between data points using graph structures.

machine-learning

graph-embedding

A technique for transforming graph-structured data into a continuous vector space while preserving its properties.

machine learning

graph-learning

A branch of machine learning that focuses on learning from graph-structured data.

Deep Learning

graph-neural-network

A neural network designed to work directly with graph-structured data.

machine-learning

graph-neural-networks

A type of neural network designed to process data represented as graphs.

Mathematics

graph-theory

A field of mathematics focused on the study of graphs as mathematical structures.

Statistics

graphical-models

Statistical models that represent variables and their conditional dependencies using a graph.

Model Training

grid-search

A method for hyperparameter optimization that exhaustively searches through a specified subset of hyperparameters.