Tagged articles
15 articles
Page 1 of 1
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 27, 2026 · Artificial Intelligence

How a 23‑Year‑Old Outsider Cracked a 60‑Year‑Old Math Conjecture Using ChatGPT

A 23‑year‑old without formal math training teamed with a Cambridge student and ChatGPT, solving the 60‑year‑old Erdős primitive‑set conjecture in 80 minutes, while traditional mathematicians had been stuck for decades, highlighting a radically different AI‑driven proof strategy.

AI mathematicsChatGPTErdős conjecture
0 likes · 8 min read
How a 23‑Year‑Old Outsider Cracked a 60‑Year‑Old Math Conjecture Using ChatGPT
Model Perspective
Model Perspective
Dec 4, 2025 · Fundamentals

Game Theory and Markov Chains Reveal the Math Behind Palace Intrigue

This article applies Markov chain modeling, game theory—including prisoner's dilemma, repeated games, and signaling games—plus social network analysis to dissect the power dynamics, alliances, and strategic behavior depicted in the Chinese palace drama "The Legend of Zhen Huan".

Game TheoryMarkov chainSocial Network Analysis
0 likes · 10 min read
Game Theory and Markov Chains Reveal the Math Behind Palace Intrigue
Model Perspective
Model Perspective
Oct 3, 2025 · Fundamentals

Unlocking the Power of Markov Chains: From Theory to Real-World Applications

Markov Chains are mathematical models where future states depend only on the current state, not past history, and this article explains their core principles—state space, transition matrices, Markov property, steady-state distribution—and showcases practical uses in economics, biology, web ranking, queueing theory, and reinforcement learning.

Markov chainSteady StateStochastic Process
0 likes · 7 min read
Unlocking the Power of Markov Chains: From Theory to Real-World Applications
Data STUDIO
Data STUDIO
Aug 21, 2025 · Industry Insights

Predicting Stock Market Movements with a Markov‑Chain State‑Transition Model

This article explains how to model short‑term stock market dynamics using a Markov‑chain framework, covering the theory of memoryless state transitions, construction of a transition matrix, multi‑step probability forecasts, steady‑state analysis, a full Python implementation, and a real‑world case study with its limitations.

Markov chainPythonTime Series
0 likes · 18 min read
Predicting Stock Market Movements with a Markov‑Chain State‑Transition Model
Model Perspective
Model Perspective
Oct 22, 2024 · Fundamentals

How Time‑Inhomogeneous Markov Chains Reveal Shifting Social Behaviors

By introducing time‑inhomogeneous Markov chains, this article shows how dynamic transition probabilities can model and predict evolving social behaviors such as online activity levels, illustrating the method with a three‑state user engagement example and visualizing future activity trends over a year.

Markov chainSocial Behavior ModelingStochastic Process
0 likes · 6 min read
How Time‑Inhomogeneous Markov Chains Reveal Shifting Social Behaviors
Architect
Architect
Aug 11, 2024 · Artificial Intelligence

Understanding Large Language Models: Tokens, Tokenization, and the Evolution from Markov Chains to Transformers

This article explains how generative AI models work by demystifying tokens, tokenization with tools like tiktoken, simple Markov‑chain training, the limitations of small context windows, and how modern LLMs use neural networks, transformers and attention mechanisms to predict the next token.

LLMMarkov chainTransformer
0 likes · 20 min read
Understanding Large Language Models: Tokens, Tokenization, and the Evolution from Markov Chains to Transformers
Model Perspective
Model Perspective
Jul 24, 2024 · Fundamentals

Boost Time Series Forecast Accuracy with the Grey‑Markov Hybrid Model

This article introduces the Grey‑Markov hybrid model, explains its theoretical foundations, outlines step‑by‑step modeling procedures, and demonstrates its superior forecasting performance on a consumer price index (CPI) case study, achieving a significant reduction in prediction error.

CPI PredictionGrey ModelHybrid Model
0 likes · 7 min read
Boost Time Series Forecast Accuracy with the Grey‑Markov Hybrid Model
Model Perspective
Model Perspective
Mar 24, 2024 · Fundamentals

Can a Markov Chain Predict Your Mood? A Simple Model Explained

This article explains how a Markov chain—a memoryless stochastic model—can be used to define, construct, and analyze a simple three‑state mental‑state transition matrix, demonstrating both short‑term predictions and long‑term steady‑state distributions with concrete probability examples.

Markov chainPsychologymood prediction
0 likes · 5 min read
Can a Markov Chain Predict Your Mood? A Simple Model Explained
Model Perspective
Model Perspective
Jul 27, 2023 · Fundamentals

Unlocking Markov Chains: From Weather Forecasts to Keyboard Predictions

This article introduces Markov chains as a mathematical model of state transitions, explains definitions, transition matrices, n‑step and steady‑state distributions, and demonstrates practical Python simulations for weather forecasting and simple keyboard word prediction.

Markov chainPythonmachine learning
0 likes · 7 min read
Unlocking Markov Chains: From Weather Forecasts to Keyboard Predictions
Model Perspective
Model Perspective
Oct 4, 2022 · Artificial Intelligence

How Metropolis-Hastings Improves MCMC Sampling Efficiency

This article explains the detailed‑balance condition for Markov chains, shows why finding a transition matrix for a given stationary distribution is hard, and demonstrates how Metropolis‑Hastings modifies MCMC to achieve higher acceptance rates with a concrete Python example.

MCMCMarkov chainMetropolis-Hastings
0 likes · 9 min read
How Metropolis-Hastings Improves MCMC Sampling Efficiency
Model Perspective
Model Perspective
Jun 11, 2022 · Fundamentals

Understanding Markov Chains: From Basics to Real-World Applications

This article introduces Markov chains, explains their definition, transition matrices, examples, Kolmogorov theorem, limiting distributions, and absorbing chains, showing how memoryless stochastic processes model diverse real‑world phenomena.

Absorbing ChainMarkov chainStochastic Process
0 likes · 10 min read
Understanding Markov Chains: From Basics to Real-World Applications
Code DAO
Code DAO
May 26, 2022 · Artificial Intelligence

Understanding Denoising Diffusion Probabilistic Models: Fundamentals and Process

This article explains the fundamentals of denoising diffusion probabilistic models, detailing the forward Gaussian noise injection, the reverse reconstruction via learned conditional densities, model architecture, loss functions, and experimental results on synthetic datasets, all supported by key research citations.

Generative ModelsMarkov chainNeural Networks
0 likes · 8 min read
Understanding Denoising Diffusion Probabilistic Models: Fundamentals and Process
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