DBN classification algorithm for numerical attribute

Jinguang SUN,Jinye JIANG,Xiangfu MENG,Xiujuan LI
DOI: https://doi.org/10.3778/j.issn.1002-8331.1308-0377
2014-01-01
Abstract:Deep Belief Network(DBN)is a deep architecture that consists of several Restricted Boltzmann Machines (RBM). Generally the inputs of RBM are binary vector which leads to the information loss and in turn degrades the per-formance of classification. For the problem above, a DBN classification algorithm for numerical attribute is proposed through scaling the input into the interval between 0 and 1 with adding noise to sigmoid units, and achieving classification with one Gaussian hidden node on the top-level RBM. DBN can be used as feature extraction method as well as neural network with initially learned weights. DBN should have a better performance than the traditional neural network due to the initialization of the connecting weights rather than just using random weights in neural network. Experiments conducted on the dataset from UCI show that the proposed algorithm has a better accuracy than the traditional classification algo-rithm like SVM.
What problem does this paper attempt to address?