Tagged articles
7 articles
Page 1 of 1
Data Party THU
Data Party THU
Jan 18, 2026 · Artificial Intelligence

OptScale: Probabilistic Optimal Stopping for Inference‑Time Scaling

OptScale introduces a probabilistic framework that determines the optimal number of inference samples needed to meet a target accuracy with a confidence guarantee, dramatically reducing token usage while maintaining or improving performance across various large‑language‑model benchmarks.

Inference ScalingOptimal StoppingToken efficiency
0 likes · 12 min read
OptScale: Probabilistic Optimal Stopping for Inference‑Time Scaling
Model Perspective
Model Perspective
Jul 19, 2024 · Artificial Intelligence

Can Bayesian Networks Predict Public Opinion Reversals? A Practical Guide

This article explains how Bayesian Network models can be built and applied to forecast public opinion reversals, detailing the network structure, joint probability distribution, inference methods, and a Python implementation using pgmpy with sample data and analysis of key influencing factors.

Bayesian networkPythonpgmpy
0 likes · 10 min read
Can Bayesian Networks Predict Public Opinion Reversals? A Practical Guide
Model Perspective
Model Perspective
Oct 15, 2022 · Fundamentals

Unlock Faster Bayesian Sampling: How Hamiltonian Monte Carlo Works

Hamiltonian Monte Carlo (HMC) is a rapid sampling technique that improves upon traditional MCMC by leveraging Hamiltonian dynamics, using position and velocity to define potential and kinetic energy, and follows a series of steps—including momentum sampling, leapfrog integration, and Metropolis acceptance—to efficiently explore complex probability distributions.

Bayesian SamplingHamiltonian Monte CarloMCMC
0 likes · 4 min read
Unlock Faster Bayesian Sampling: How Hamiltonian Monte Carlo Works
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 7, 2017 · Artificial Intelligence

Probabilistic Pair Recommendations & IRGAN: Boosting E‑commerce Click‑Through

This article summarizes two SIGIR 2017 papers: one introduces a probabilistic latent‑class model for shopping‑pair push recommendations that improves e‑commerce click‑through rates by leveraging co‑purchase and view‑then‑purchase graphs, and the other presents IRGAN, a GAN‑based framework that unifies generative and discriminative information‑retrieval models, achieving state‑of‑the‑art results across web search, recommendation, and QA tasks.

GANe‑commerceinformation retrieval
0 likes · 9 min read
Probabilistic Pair Recommendations & IRGAN: Boosting E‑commerce Click‑Through