2014/08/14 by Mohammad Ali Keyvanrad, Keyvanrad, Mohammad Ali, Mohammad Mehdi Homayounpour +1 · 1 citation
Computer Science · #68T01 #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Generative Adversarial Networks and Image Synthesis #Machine Learning (cs.LG) #Machine Learning and Data Classification #Mathematical Software (cs.MS) #Neural Networks and Applications #Neural and Evolutionary Computing (cs.NE) #cs.CV #cs.LG #cs.MS #cs.NE #msc:68T01
paper · pdf · doi:10.48550/arxiv.1408.3264
Technical Report 27 pages, Ver3.0
openalex publication_date 2014/08/14 · arxiv created 2016/01/06 · arxiv updated 2016/01/07 · openalex created_date 2024/04/10 · openalex updated_date 2026/07/28
Nowadays, this is very popular to use the deep architectures in machine learning. Deep Belief Networks (DBNs) are deep architectures that use stack of Restricted Boltzmann Machines (RBM) to create a powerful generative model using training data. DBNs have many ability like feature extraction and classification that are used in many applications like image processing, speech processing and etc. This paper introduces a new object oriented MATLAB toolbox with most of abilities needed for the implementation of DBNs. In the new version, the toolbox can be used in Octave. According to the results of the experiments conducted on MNIST (image), ISOLET (speech), and 20 Newsgroups (text) datasets, it was shown that the toolbox can learn automatically a good representation of the input from unlabeled data with better discrimination between different classes. Also on all datasets, the obtained classification errors are comparable to those of state of the art classifiers. In addition, the toolbox supports different sampling methods (e.g. Gibbs, CD, PCD and our new FEPCD method), different sparsity methods (quadratic, rate distortion and our new normal method), different RBM types (generative and discriminative), using GPU, etc. The toolbox is a user-friendly open source software and is freely available on the website http://ceit.aut.ac.ir/~keyvanrad/DeeBNet%20Toolbox.html .