Tagged articles
10 articles
Page 1 of 1
Baobao Algorithm Notes
Baobao Algorithm Notes
Oct 10, 2024 · Artificial Intelligence

How MCTS Powers Inference in OpenAI’s o1: A Deep Dive with rStar

This article explains how the inference component of OpenAI’s o1 model can be implemented using Monte‑Carlo Tree Search, detailing the action space, rollout process, UCT scoring, and best‑path selection, with a concrete walkthrough of Microsoft’s open‑source rStar code.

InferenceLarge Language ModelsMCTS
0 likes · 26 min read
How MCTS Powers Inference in OpenAI’s o1: A Deep Dive with rStar
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 12, 2024 · Artificial Intelligence

Understanding Vector Databases, ANN Algorithms, and Their Integration with Large Language Models

This article explains the fundamentals of vector databases, how high‑dimensional vector data is generated and stored, reviews common ANN search algorithms such as Flat, k‑means and LSH, discusses benchmarking and product selection, and demonstrates practical integration of vector stores with LLMs using LangChain and Python code.

ANNLLM integrationPython
0 likes · 17 min read
Understanding Vector Databases, ANN Algorithms, and Their Integration with Large Language Models
DataFunTalk
DataFunTalk
Dec 9, 2022 · Artificial Intelligence

POI Recognition and Alias Linking in Travel Search: Challenges, Algorithmic Practices, and Online Impact

The article presents a comprehensive study of POI (point‑of‑interest) recognition and alias linking within travel search, detailing background challenges, a multi‑stage algorithmic framework, extensive offline experiments, and the resulting improvements in online conversion and relevance.

Alias LinkingNLPPOI Recognition
0 likes · 14 min read
POI Recognition and Alias Linking in Travel Search: Challenges, Algorithmic Practices, and Online Impact
DataFunSummit
DataFunSummit
Nov 3, 2020 · Artificial Intelligence

Deep Semantic Relevance and Multi‑Modal Video Search at Alibaba Entertainment

This presentation details Alibaba Entertainment's video search system, covering its business scope, user‑value metrics, a layered algorithm framework, relevance challenges, multi‑modal retrieval, deep semantic relevance techniques, model selection, asymmetric twin‑tower deployment, multi‑stage knowledge distillation, and practical effect cases.

AlibabaMultimodalSearch Algorithms
0 likes · 25 min read
Deep Semantic Relevance and Multi‑Modal Video Search at Alibaba Entertainment
DataFunTalk
DataFunTalk
Feb 3, 2020 · Artificial Intelligence

Alibaba Entertainment Search Algorithm Practice and Insights – Video Search Case Study with Youku

The live session presented Alibaba Entertainment’s senior algorithm expert discussing Youku’s video search business, relevance and ranking models, multimodal search challenges, and practical AI techniques, offering attendees a comprehensive view of modern video retrieval systems and their implementation.

MultimodalSearch Algorithmsai
0 likes · 3 min read
Alibaba Entertainment Search Algorithm Practice and Insights – Video Search Case Study with Youku
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 20, 2019 · Artificial Intelligence

How Taobao’s Search & Recommendation Algorithms Evolved: From Rules to Cognitive AI

This article reviews the evolution of Taobao’s search and recommendation technology, tracing its journey from simple statistical models and rule‑based systems through large‑scale machine learning and real‑time online learning to modern deep‑learning and cognitive intelligence approaches that drive e‑commerce innovation.

Deep LearningSearch Algorithmscognitive AI
0 likes · 16 min read
How Taobao’s Search & Recommendation Algorithms Evolved: From Rules to Cognitive AI
Architect
Architect
Mar 10, 2016 · Artificial Intelligence

Monte Carlo Tree Search (MCTS): Principles, Algorithms, Advantages, and Applications

This article explains Monte Carlo Tree Search (MCTS), covering its origin in AlphaGo, fundamental algorithm steps, node‑selection strategies such as UCB, strengths and weaknesses, enhancements, historical background, and recent research developments in artificial intelligence.

Artificial IntelligenceMCTSMonte Carlo Tree Search
0 likes · 12 min read
Monte Carlo Tree Search (MCTS): Principles, Algorithms, Advantages, and Applications
21CTO
21CTO
Feb 29, 2016 · Fundamentals

Master 10 Essential Algorithms: From QuickSort to Naive Bayes

This article presents concise explanations, step‑by‑step procedures, and visual illustrations for ten core algorithms—including QuickSort, HeapSort, MergeSort, Binary Search, BFPRT, DFS, BFS, Dijkstra, Dynamic Programming, and Naive Bayes—highlighting their principles, complexities, and typical use cases.

Search AlgorithmsSorting Algorithmsdynamic programming
0 likes · 15 min read
Master 10 Essential Algorithms: From QuickSort to Naive Bayes
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