Tagged articles
8 articles
Page 1 of 1
Code Wrench
Code Wrench
Mar 3, 2026 · Artificial Intelligence

Unlocking High‑Performance Chinese Segmentation: Inside Go’s gse Library

This article deeply examines the source code of Go’s high‑performance segmentation library gse, revealing its Double‑Array Trie, shortest‑path dynamic programming, and HMM‑Viterbi implementations, and demonstrates practical usage for Chinese tokenization, part‑of‑speech tagging, keyword extraction, and custom dictionary management.

GoHMMNLP
0 likes · 13 min read
Unlocking High‑Performance Chinese Segmentation: Inside Go’s gse Library
Model Perspective
Model Perspective
Aug 13, 2023 · Artificial Intelligence

Unlocking Hidden Markov Models: Theory, Algorithms, and Python Implementations

This article explains Hidden Markov Models, covering their core concepts, basic elements, the three fundamental problems with forward, Viterbi, and Baum‑Welch algorithms, provides a weather illustration, detailed Python code using hmmlearn, and a real‑world earthquake case study, highlighting practical implementation steps.

HMMHidden Markov ModelPython
0 likes · 15 min read
Unlocking Hidden Markov Models: Theory, Algorithms, and Python Implementations
Zuoyebang Tech Team
Zuoyebang Tech Team
Apr 29, 2022 · Artificial Intelligence

How AI-Powered Speech Evaluation Transforms Language Learning

This article explains the background, evaluation metrics, and technical framework of computer‑assisted language learning, detailing how modern AI‑driven speech assessment systems use HMM‑DNN models, GOP scoring, conformer architectures, streaming solutions, and edge‑cloud deployment to deliver accurate, low‑latency pronunciation feedback for learners.

AIDNNEdge Computing
0 likes · 14 min read
How AI-Powered Speech Evaluation Transforms Language Learning
DataFunSummit
DataFunSummit
Dec 27, 2020 · Artificial Intelligence

Sequence Labeling in Natural Language Processing: Definitions, Tag Schemes, Model Choices, and Practical Implementation

This article provides a comprehensive overview of sequence labeling tasks in NLP, covering their definition, common tag schemes (BIO, BIEO, BIESO), comparisons with other NLP tasks, major modeling approaches such as HMM, CRF, RNN and BERT, real‑world applications like POS tagging, NER, event extraction and gene analysis, and a step‑by‑step PyTorch implementation with dataset preparation, training pipeline, and evaluation metrics.

BERTCRFHMM
0 likes · 27 min read
Sequence Labeling in Natural Language Processing: Definitions, Tag Schemes, Model Choices, and Practical Implementation
Baidu Maps Tech Team
Baidu Maps Tech Team
May 12, 2020 · Artificial Intelligence

How Trajectory Mining Revolutionizes Real-Time Map Updates

This article explores how large‑scale trajectory mining can overcome the timeliness limits of traditional street‑sweeping data collection, detailing the underlying principles, technical challenges such as vehicle‑type detection and map‑matching, and practical solutions ranging from rule‑based filters to advanced AI models.

AIHMMTrajectory
0 likes · 16 min read
How Trajectory Mining Revolutionizes Real-Time Map Updates
Amap Tech
Amap Tech
Mar 6, 2020 · Industry Insights

How Mobile and Car Navigation Achieve Precise Positioning: Sensor Fusion, Map Matching, and High‑Precision Evolution

This article systematically explains the key technologies behind mobile and vehicle navigation positioning, covering sensor fusion, AHRS, map‑matching algorithms based on hidden Markov models, Kalman filtering, and the evolution toward lane‑level and centimeter‑level accuracy for autonomous driving.

HMMKalman FilterSensor Fusion
0 likes · 14 min read
How Mobile and Car Navigation Achieve Precise Positioning: Sensor Fusion, Map Matching, and High‑Precision Evolution
Amap Tech
Amap Tech
Jun 28, 2019 · Fundamentals

Road Matching: Definitions, Applications, and Key Algorithms

Road matching, a core subset of map‑matching theory, aligns GPS points to the correct road segments using algorithms such as distance‑based measures, Fréchet‑distance global optimization, and Hidden Markov Models, enabling accurate navigation, heterogeneous data fusion, traffic analysis, and urban planning, as validated by ACM SIGSPATIAL competitions.

Fréchet distanceGISHMM
0 likes · 11 min read
Road Matching: Definitions, Applications, and Key Algorithms
Baidu Tech Salon
Baidu Tech Salon
Jul 29, 2014 · Artificial Intelligence

Baidu Speech Synthesis: Balancing Trade‑offs and Opening the Platform to Developers

Baidu’s speech synthesis system, developed since 2013 to give machines natural Chinese voices, tackles millions of tonal variations through phonetic compression and optimized acoustic models, balances trade‑offs in data and scalability, and offers a free open platform that lets developers integrate high‑quality text‑to‑speech into apps, advancing equal access to information.

BaiduDeveloper PlatformHMM
0 likes · 6 min read
Baidu Speech Synthesis: Balancing Trade‑offs and Opening the Platform to Developers