paper-with-me

홈 › Papers

Parallelized Training of Restricted Boltzmann Machines using Markov-Chain Monte Carlo Methods

2019-10-14 · Pei Yang, Srinivas Varadharajan, Lucas A. Wilson, Don D. Smith II, John A. Lockman III, Vineet Gundecha, Quy Ta

Restricted Boltzmann Machine (RBM) is a generative stochastic neural network that can be applied to collaborative filtering technique used by recommendation systems. Prediction accuracy of the RBM model is usually better than that of other models for recommendation systems. However, training the RBM model involves Markov-Chain Monte Carlo (MCMC) method, which is computationally expensive. In this paper, we have successfully applied distributed parallel training using Horovod framework to improve the training time of the RBM model. Our tests show that the distributed training approach of the RBM model has a good scaling efficiency. We also show that this approach effectively reduces the training time to little over 12 minutes on 64 CPU nodes compared to 5 hours on a single CPU node. This will make RBM models more practically applicable in recommendation systems.

📄 PDF Abstract BibTeX arXiv:1910.05885

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringCPURecommendation Systems

Similar Papers 제목 키워드 기반

Relaxations for inference in restricted Boltzmann machines

2013-12-21 · Sida I. Wang, Roy Frostig, Percy Liang, Christopher D. Manning

We propose a relaxation-based approximate inference algorithm that samples near-MAP configurations of a binary pairwise Markov random field. We experiment on MAP inference tasks in several restricted Boltzmann machines. …

Unlocking the Power of Boltzmann Machines by Parallelizable Sampler and Efficient Temperature Estimation

2025-12-02 · Kentaro Kubo, Hayato Goto arxiv

Boltzmann machines (BMs) are powerful energy-based generative models, but their heavy training cost has largely confined practical use to Restricted BMs (RBMs) trained with an efficient learning method called contrastive…

From Monte Carlo to Las Vegas: Improving Restricted Boltzmann Machine Training Through Stopping Sets

2017-11-22 · Pedro H. P. Savarese, Mayank Kakodkar, Bruno Ribeiro

We propose a Las Vegas transformation of Markov Chain Monte Carlo (MCMC) estimators of Restricted Boltzmann Machines (RBMs). We denote our approach Markov Chain Las Vegas (MCLV). MCLV gives statistical guarantees in exch…

Geometry and Expressive Power of Conditional Restricted Boltzmann Machines

2014-02-14 · Guido Montufar, Nihat Ay, Keyan Ghazi-Zahedi

Conditional restricted Boltzmann machines are undirected stochastic neural networks with a layer of input and output units connected bipartitely to a layer of hidden units. These networks define models of conditional pro…

Restricted Boltzmann Machine and Deep Belief Network: Tutorial and Survey

2021-07-26 · Benyamin Ghojogh, Ali Ghodsi, Fakhri Karray, Mark Crowley

This is a tutorial and survey paper on Boltzmann Machine (BM), Restricted Boltzmann Machine (RBM), and Deep Belief Network (DBN). We start with the required background on probabilistic graphical models, Markov random fie…

Dimensionality ReductionProbabilistic Deep LearningSurvey