Hacker News new | ask | show | jobs
by agibsonccc 3128 days ago
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.