Tagged articles
15 articles
Page 1 of 1
21CTO
21CTO
May 9, 2026 · Industry Insights

Alphabet: The Hidden Empire Behind Google and Its Steady Profit Formula

The article traces Alphabet’s evolution from a Stanford garage project to a diversified tech conglomerate, highlighting its core innovations like PageRank and AdWords, the 2015 restructuring into Alphabet, recent financial performance, AI-driven growth, and the strategic lessons that underpin its enduring success.

AI GeminiAdWordsAlphabet
0 likes · 8 min read
Alphabet: The Hidden Empire Behind Google and Its Steady Profit Formula
Model Perspective
Model Perspective
Dec 10, 2024 · Fundamentals

5 Surprising Mathematical Models That Shape Our World

This article introduces five powerful yet often overlooked mathematical models—Lotka‑Volterra, PageRank, SIR, Nash equilibrium, and random walk—explaining their core formulas and real‑life applications from ecology to finance and internet search.

Lotka-VolterraPageRankSIR model
0 likes · 7 min read
5 Surprising Mathematical Models That Shape Our World
Model Perspective
Model Perspective
Sep 24, 2023 · Fundamentals

Innovative Mathematical Modeling Techniques to Supercharge Your Problem Solving

This article explores why innovative mathematical modeling matters, presents multi‑angle thinking, new mathematical tools, interdisciplinary integration, and practical tips such as open mindset, extensive reading, simulation, teamwork, and continuous learning, illustrated with classic examples like Google’s PageRank algorithm.

InnovationPageRankinterdisciplinary
0 likes · 6 min read
Innovative Mathematical Modeling Techniques to Supercharge Your Problem Solving
Model Perspective
Model Perspective
Nov 1, 2022 · Fundamentals

How Markov Chains Can Rank Sports Teams: A Simple Voting Model

This article explains a Markov‑based scoring method for ranking sports teams, treating each match as a vote where weaker teams award points to stronger ones, and shows how to construct a stochastic matrix, handle dangling nodes, compute the steady‑state vector, and derive final rankings, analogous to Google’s PageRank.

Markov ChainsPageRankSports Ranking
0 likes · 8 min read
How Markov Chains Can Rank Sports Teams: A Simple Voting Model
Youzan Coder
Youzan Coder
Oct 24, 2022 · Artificial Intelligence

Knowledge Base Retrieval Matching: Algorithm and Engineering Service Practice

The article outlines a comprehensive knowledge‑base retrieval matching solution—combining PageRank‑enhanced DSL rewriting, keyword and dual‑tower vector recall, contrastive fine‑ranking, and optimized vector‑based ranking—implemented via offline DP training and Sunfish online inference on Milvus, with applications in enterprise search and recommendations and future plans for graph‑neural embeddings.

InfoNCEMilvusNLP
0 likes · 12 min read
Knowledge Base Retrieval Matching: Algorithm and Engineering Service Practice
ITPUB
ITPUB
Oct 23, 2020 · Fundamentals

How General Search Engines Work: From Crawlers to Ranking

This article provides a comprehensive overview of general search engines, covering their classification, core workflow, key modules such as web crawlers, content processing, storage, user query handling, ranking strategies like TF‑IDF and PageRank, as well as anti‑cheat measures and user intent understanding.

PageRankTF-IDFWeb Crawling
0 likes · 16 min read
How General Search Engines Work: From Crawlers to Ranking
Big Data Technology & Architecture
Big Data Technology & Architecture
Oct 14, 2019 · Big Data

Optimizing Spark PageRank: Cache, Checkpoint, Data Skew, and Resource Utilization

This article presents a comprehensive analysis of Spark PageRank performance, detailing the algorithm's basics, the original example code, and four key optimizations—caching with checkpointing, memory‑efficient data structures, handling data skew, and maximizing executor and driver resource usage—backed by experimental results and practical recommendations.

Big DataCacheCheckpoint
0 likes · 18 min read
Optimizing Spark PageRank: Cache, Checkpoint, Data Skew, and Resource Utilization
21CTO
21CTO
Nov 19, 2017 · Fundamentals

Demystifying PageRank: How Google Ranks Web Pages and Fights Spam

This article explains the core challenges of search engines, the origins and mechanics of the PageRank algorithm, its handling of dead ends and spider traps, extensions like Topic‑Sensitive PageRank, and the various link‑spam attacks and countermeasures such as Spam Farms and TrustRank.

PageRankalgorithmlink spam
0 likes · 23 min read
Demystifying PageRank: How Google Ranks Web Pages and Fights Spam
21CTO
21CTO
Mar 18, 2017 · Backend Development

Inside Baidu’s First‑Generation Spider: How a C‑Only Backend Powered Fast Search

The article recounts Xu Haiyang’s hands‑on experience designing Baidu’s early Spider system, describing its pure C procedural architecture, bug‑fixing journey, PageRank processing, team‑management analogies, and his later moves into AI and education entrepreneurship.

Backend ArchitectureC programmingPageRank
0 likes · 7 min read
Inside Baidu’s First‑Generation Spider: How a C‑Only Backend Powered Fast Search
21CTO
21CTO
Mar 4, 2016 · Artificial Intelligence

How Do We Analyze Influence and Spam on Sina Weibo? Algorithms Explained

This article introduces a range of algorithms for Sina Weibo—including tag propagation, user similarity via LDA, time‑aware weighting, community detection, PageRank‑based influence ranking, and spam user identification—to illustrate how social network analysis can uncover user interests, influence, and malicious behavior.

LDAPageRankSocial network
0 likes · 17 min read
How Do We Analyze Influence and Spam on Sina Weibo? Algorithms Explained
21CTO
21CTO
Feb 14, 2016 · Big Data

How PageRank Works: From Random Surfer Theory to MapReduce Implementation

This article explains the fundamental principles of Google's PageRank algorithm, modeling web pages as a directed graph and a random surfer, discusses matrix formulation, convergence issues like dangling nodes and traps, and demonstrates a practical MapReduce implementation with Python code for large‑scale rank computation.

Big DataMapReducePageRank
0 likes · 15 min read
How PageRank Works: From Random Surfer Theory to MapReduce Implementation
21CTO
21CTO
Feb 4, 2016 · Fundamentals

How Google’s PageRank Revolutionized Web Search: The Math Behind the Algorithm

This article explores the mathematical foundations of Google’s PageRank algorithm, detailing how Larry Page and Sergey Brin modeled web page ranking as a Markov process, addressed challenges like dangling pages, and introduced stochastic and primitivity adjustments to achieve reliable search results.

Markov chainPageRankSearch Algorithms
0 likes · 21 min read
How Google’s PageRank Revolutionized Web Search: The Math Behind the Algorithm
Architect
Architect
Feb 3, 2016 · Fundamentals

The Mathematics Behind Google’s PageRank Algorithm

This article explains how Google’s PageRank algorithm uses the web’s link structure, Markov processes, and stochastic matrix adjustments—including damping factor α—to overcome ranking challenges and provide a mathematically sound method for ordering search results.

GoogleMarkov chainPageRank
0 likes · 21 min read
The Mathematics Behind Google’s PageRank Algorithm
Baidu Tech Salon
Baidu Tech Salon
Jan 12, 2015 · Artificial Intelligence

Boolean Algebra and Search Engine Technology

The article outlines how search engines combine the Tao of underlying principles—crawling, binary‑based Boolean indexing, PageRank matrix calculations, and TF‑IDF weighting—with specific Shu implementations to efficiently retrieve, rank, and present relevant web pages using Boolean logic, link analysis, and term relevance metrics.

PageRankTF-IDFalgorithm
0 likes · 7 min read
Boolean Algebra and Search Engine Technology