Tagged articles
7 articles
Page 1 of 1
AI Large Model Application Practice
AI Large Model Application Practice
Jan 20, 2025 · Artificial Intelligence

How Embeddings Transform Simple Character Codes into Powerful Vectors for LLMs

This article explains how embeddings convert basic character indices into high‑dimensional vectors, describes their training via gradient descent, introduces the embedding matrix, and shows how these vectors enable modern language models to capture semantic relationships and be reused across tasks.

LLMNeural Networksembeddings
0 likes · 8 min read
How Embeddings Transform Simple Character Codes into Powerful Vectors for LLMs
AI Large Model Application Practice
AI Large Model Application Practice
Dec 11, 2024 · Artificial Intelligence

What Are Vectors and Why They Power Modern AI

This article explains vectors as numeric representations of data, how they enable similarity comparison, the role of embedding models and vector databases, their use in semantic search and RAG applications, and discusses their advantages and limitations in modern AI systems.

AI fundamentalsEmbeddingRAG
0 likes · 10 min read
What Are Vectors and Why They Power Modern AI
Model Perspective
Model Perspective
Aug 24, 2024 · Fundamentals

Why Vectors Are the Secret Sauce Behind Modern AI and Everyday Tech

Vectors, mathematical objects capturing magnitude and direction, serve as a versatile tool for representing multidimensional data, enabling everything from economic indicators and navigation cues to deep-learning feature extraction, similarity measures, and applications like music recognition, smart chatbots, and image search.

data representationmachine learningsimilarity
0 likes · 9 min read
Why Vectors Are the Secret Sauce Behind Modern AI and Everyday Tech
Deepin Linux
Deepin Linux
Oct 18, 2023 · Fundamentals

Understanding STL: Vectors, Lists, Iterators, and Container Implementations

This article provides a comprehensive overview of the C++ Standard Template Library, detailing the differences between vectors and lists, memory management, iterator validity, container operations, and implementations of various containers such as deque, set, map, and slist, along with code examples.

C++ContainersData Structures
0 likes · 48 min read
Understanding STL: Vectors, Lists, Iterators, and Container Implementations
Model Perspective
Model Perspective
Jul 23, 2022 · Fundamentals

Master n-Dimensional Vectors: Linear Combinations, Independence, and Rank

This article explains the concept of n‑dimensional vectors, distinguishes row and column vectors, defines zero vectors, introduces vector groups, linear combinations, linear representation, and presents key theorems on linear dependence, independence, rank, and maximal independent sets, linking these ideas to matrix rank.

linear algebralinear combinationslinear independence
0 likes · 6 min read
Master n-Dimensional Vectors: Linear Combinations, Independence, and Rank
Python Programming Learning Circle
Python Programming Learning Circle
Mar 9, 2020 · Fundamentals

Fundamentals of Vectors and Matrices

This article introduces the basic concepts of vectors and matrices, covering directed line segments, vector properties, coordinate representation, magnitude, inner product, Cauchy‑Schwarz inequality, and fundamental matrix operations such as addition, multiplication, Hadamard product and transposition, with examples and visual illustrations.

Cauchy-Schwarzinner productlinear algebra
0 likes · 10 min read
Fundamentals of Vectors and Matrices