paper-with-me

Papers

An Infinite Restricted Boltzmann Machine

2015-02-09 · Marc-Alexandre Côté, Hugo Larochelle

We present a mathematical construction for the restricted Boltzmann machine (RBM) that doesn't require specifying the number of hidden units. In fact, the hidden layer size is adaptive and can grow during training. This is obtained by first extending the RBM to be sensitive to the ordering of its hidden units. Then, thanks to a carefully chosen definition of the energy function, we show that the limit of infinitely many hidden units is well defined. As with RBM, approximate maximum likelihood training can be performed, resulting in an algorithm that naturally and adaptively adds trained hidden units during learning. We empirically study the behaviour of this infinite RBM, showing that its performance is competitive to that of the RBM, while not requiring the tuning of a hidden layer size.

📄 PDF Abstract BibTeX arXiv:1502.02476

Code (1)

MarcCote/iRBM 공식 구현

Similar Papers 제목 키워드 기반

On better training the infinite restricted Boltzmann machines

2017-09-11 · Xuan Peng, Xunzhang Gao, Xiang Li

The infinite restricted Boltzmann machine (iRBM) is an extension of the classic RBM. It enjoys a good property of automatically deciding the size of the hidden layer according to specific training data. With sufficient t…

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. …

Rademacher Complexity of the Restricted Boltzmann Machine

2015-12-07 · Xiao Zhang

Boltzmann machine, as a fundamental construction block of deep belief network and deep Boltzmann machines, is widely used in deep learning community and great success has been achieved. However, theoretical understanding…

Mean-Field Inference in Gaussian Restricted Boltzmann Machine

2015-12-03 · Chako Takahashi, Muneki Yasuda

A Gaussian restricted Boltzmann machine (GRBM) is a Boltzmann machine defined on a bipartite graph and is an extension of usual restricted Boltzmann machines. A GRBM consists of two different layers: a visible layer comp…

EnergyNet: Energy-based Adaptive Structural Learning of Artificial Neural Network Architectures

2017-11-08 · Gus Kristiansen, Xavi Gonzalvo

We present E NERGY N ET , a new framework for analyzing and building artificial neural network architectures. Our approach adaptively learns the structure of the networks in an unsupervised manner. The methodology is bas…