Hacker News new | ask | show | jobs
by mycat 3128 days ago
How about DBN? It is also a generative model but why now rarely used?

ML researchers following trends, like doing end-to-end CNN for whatever problems, and using this LSTM and that GRU and that latest architectures; in similar fashion like web devs picking and dropping javascript frameworks.

1 comments

A DBN is equivalently just stacked RBMs. Most folks just use stacked autoencoders for the exact same reasons you'd use a DBN.

Most "off the shelf" work people do is fairly simple transfer learning on an imagenet cnn.

That or if they do generative, most of the hype is focused on GANs now.