Tagged articles

vector similarity

8 articles · Page 1 of 1
DeepHub IMBA
DeepHub IMBA
Aug 13, 2026 · Artificial Intelligence

7 Vector Similarity Metrics: How They Work, Differ, and When to Use Them

The article explains the mathematical principles behind seven vector similarity metrics, compares their behavior, discusses trade‑offs such as speed, memory and robustness, and provides practical guidelines for selecting and validating the right metric when deploying embedding‑based AI search or recommendation systems.

Embeddingcosine similaritydot product
0 likes · 13 min read
7 Vector Similarity Metrics: How They Work, Differ, and When to Use Them
Sohu Tech Products
Sohu Tech Products
Mar 19, 2025 · Databases

Redis Vector Search Technology for AI Applications: Implementation and Best Practices

The article explains how Redis vector search, powered by RedisSearch’s FLAT and HNSW algorithms and supporting various data types and precisions, enables fast AI-driven similarity queries for text, image, and audio, and provides implementation guidance, optimization tips, and a real‑world customer‑service use case.

AI ApplicationsHNSWHybrid Retrieval
0 likes · 17 min read
Redis Vector Search Technology for AI Applications: Implementation and Best Practices
Programmer DD
Programmer DD
Jun 25, 2023 · Artificial Intelligence

How to Build Image Search with Elasticsearch 8.x and CLIP Multilingual Model

This article explains the concept of image‑based search, why it matters, and provides a step‑by‑step guide to implement image search using Elasticsearch 8.x, feature‑extraction libraries, and the multilingual CLIP‑ViT‑B‑32 model, including code snippets and architecture overview.

clip modeldeep learningfeature extraction
0 likes · 10 min read
How to Build Image Search with Elasticsearch 8.x and CLIP Multilingual Model
Hulu Beijing
Hulu Beijing
Nov 23, 2017 · Artificial Intelligence

Why Use Cosine Similarity Over Euclidean Distance? Insights & Limits

This article explains the concept of cosine distance, compares it with Euclidean distance, discusses when cosine similarity is preferable, and shows why cosine distance does not satisfy all metric axioms, providing examples and interview‑style analysis.

Interview Preparationcosine similaritydistance metric
0 likes · 7 min read
Why Use Cosine Similarity Over Euclidean Distance? Insights & Limits
ITPUB
ITPUB
Dec 23, 2015 · Artificial Intelligence

How Computers Turn Words into Numbers: A Beginner’s Guide to Tokenization and Vector Similarity

This article explains how natural language processing stores word meanings as numeric vectors, builds token dictionaries, represents sentences as binary vectors, and uses dot‑product calculations to measure similarity, illustrating concepts with simple examples and highlighting current limitations and future directions.

Artificial IntelligenceNLPtokenization
0 likes · 7 min read
How Computers Turn Words into Numbers: A Beginner’s Guide to Tokenization and Vector Similarity