A process that reduces data, such as high-dimensional vectors, for visualization while preserving semantic structure (e.g., using PCA).
Dimensionality Reduction is a machine learning technique used to simplify complex data, typically by reducing high-dimensional data (like feature vectors) into a lower dimension for visualization, while aiming to retain the original structure and variance. The specific method mentioned is Principal Component Analysis (PCA), which reduces high-dimensional TF-IDF vectors (representing entities) down to two dimensions (2D) for easier visualization in scatter plots. This process makes complex semantic relationships between entities more comprehensible for human analysis.
Sources & References
Explore other Core Concepts (AI/ML) terms
A
AI Overview
AI-generated summaries of highly informational, low-intent queries, offering quick answers to users, or generally, a…
A
Artificial Intelligence (AI)
The overarching concept related to the design and study of intelligent systems. Early systems relied…
A
Augmented Search Queries
Queries that expand or modify the original user query to improve search accuracy and relevance…
B
Bag of Words
A type of semantic representation of data, which can be extracted from page contents.
B
Bigram
A sequence of two adjacent words.
D
Deep Learning
A part of machine learning; Generative AI models like ChatGPT and LLM-based chatbots fall within…
E
Embedding
A numerical representation capturing the meaning of a document or data. Also referred to as…
E
Entity
A representation of real-world objects (people, products, places, concepts) that hold value from an SEO…
E
Entity Attribute (EAV Model)
Defining properties or characteristics of an entity (e.g., location, niche) used in the EAV model…
E
Entity Attribute Variable (EAV Model)
The concept encompassing entities, their attributes, and the specific values (variables) associated with those attributes.
E
Entity Variables (EAV)
Specific values an entity attribute can take (e.g., London, Paris for the Location attribute).
F
Feature Extraction
The process of converting entities into numerical representations based on term importance (e.g., using TF-IDF).
