How to use restricted boltzman machine to classify?
I was reading about restricted boltzman machines which is an algorithm used on deep learning. I dont finish to understand how do a RBM can be used to classification. Could anybody provide me a example of clssifying with this algorithm?.
From wikipedia:
RBMs have found applications in dimensionality reduction, classification, collaborative filtering, feature learning and topic modelling. They can be trained in either supervised or unsupervised ways, depending on the task.[1]
[1] Larochelle, H.; Bengio, Y. (2008). "Classification using discriminative restricted Boltzmann machines". Proceedings of the 25th international conference on Machine learning - ICML '08. p. 536. doi:10.1145/1390156.1390224. ISBN 9781605582054. edit
RBM is not a classification model, it is a model for unsupervised learning . There are at least two possible classification-related applications:
下一篇: 如何使用受限制的玻耳兹曼机器进行分类?