Category: Embeddings & Representations

Temporal Graph Embedding

Temporal graph embedding is a method for converting nodes and connections in a dynamic network into numerical vectors that capture how the network changes over time. These embeddings help computers understand and analyse evolving relationships, such as friendships or transactions, as they appear and disappear. By using temporal graph embedding, it becomes easier to predict…

Graph Embedding Propagation

Graph embedding propagation is a technique used to represent nodes, edges, or entire graphs as numerical vectors while sharing information between connected nodes. This process allows the relationships and structural information of a graph to be captured in a format suitable for machine learning tasks. By propagating information through the graph, each node’s representation is…

Feature Disentanglement

Feature disentanglement is a process in machine learning where a model learns to separate different underlying factors or features within complex data. By doing this, the model can better understand and represent the data, making it easier to interpret or manipulate. This approach helps prevent the mixing of unrelated features, so each important aspect of…

Memory Networks

Memory networks are a type of artificial intelligence model designed to help machines remember and use information over time. They combine traditional neural networks with a memory component, allowing the system to store important facts and retrieve them when needed. This helps the AI perform tasks that require recalling previous details or context, such as…

Knowledge Graph Embeddings

Knowledge graph embeddings are a way to represent the information from a knowledge graph as numbers that computers can easily work with. In a knowledge graph, data is organised as entities and relationships, like a network of connected facts. Embeddings translate these complex connections into vectors, which are lists of numbers, so machine learning models…

Equivariant Neural Networks

Equivariant neural networks are a type of artificial neural network designed so that their outputs change predictably when the inputs are transformed. For example, if you rotate or flip an image, the network’s response changes in a consistent way that matches the transformation. This approach helps the network recognise patterns or features regardless of their…