top of page
Search
Writer's pictureDR.GEEK

Directed Generative Nets

(13th-December-2020)


• As discussed in chapter , directed graphical models make up a prominent class 16 of graphical models. While directed graphical models have been very popular within the greater machine learning community, within the smaller deep learning community they have until roughly 2013 been overshadowed by undirected models such as the RBM. In this section we review some of the standard directed graphical models that have traditionally been associated with the deep learning community. We have already described deep belief networks, which are a partially directed model. We have also already described sparse coding models, which can be thought of as shallow directed generative models. They are often used as feature learners in the context of deep learning, though they tend to perform poorly at sample generation and density estimation.


• Sigmoid belief networks ( , ) are a simple form of directed graphical model Neal 1990 with a specific kind of conditional probability distribution. In general, we can think of a sigmoid belief network as having a vector of binary states s, with each element of the state influenced by its ancestors:


• The most common structure of sigmoid belief network is one that is divided into many layers, with ancestral sampling proceeding through a series of many hidden layers and then ultimately generating the visible layer. This structure is very similar to the deep belief network, except that the units at the beginning of

3 views0 comments

Recent Posts

See All

Comments


bottom of page