공학/인공지능

Restricted Boltzmann Machine, RBM & Deep Belief Network, DBN

2wnswoo 2024. 12. 2. 19:06

Reminding five algorithms using deep learning teqnique

*<Introducing types of deep learning algorithms>

 

Overview of the Restricted Boltzmann Machine , RBM

 1. Model proposed by Paul Smolensky in 1986

RBM is initially proposed under the name Harmonium by Paul Smolensky in 1986, and rose to prominence after Geoffrey Hinton

  2. RBM is utilized in unsupervised learning in machine learning and it is useful in recommending video( like Netflix ) and recommendation algorithms.

  3. Advancements in Boltzmann machine

  4. There are visible layer( meaning I/O layer ) and hidden layer and nodes between each layer connected by 1:n and no connection at the inner layers

  5. It calculates connection strength using by Back propagaition ( Gradient descent )

 

Overview of the Deep Belief Network, DBN

  1. Announcement by professor Geoffrey Hinton in 2006

  2. Made by stacking multiple layers of RBM

  3. RBM highlited againg through DBN

  4. Solved problem of vanishing gradient

    - DBN optimizes RBM step by step.

    - DBN introduced Relu instead Sigmoid which previously utilized 

Structure of the Deep Belief Network, DBN