You can edit almost every page by Creating an account and confirming your email.

Multimodel Deep Learning

From EverybodyWiki Bios & Wiki

Multimodel Deep Learning (Ensemble Deep Learning, also Random Multimodel Deep Learning) is an ensemble learning method for classification tasks, that operates by constructing a multitude of deep learning models at training time and outputting the class that is the mode of the classes (classification) or mean prediction (regression) of the individual deep learning models. Multimodel Deep Learning corrects for Deep Learning's habit of overfitting to its training set, and also Multimodel Deep Learning is the machine learning task with the supervised learning task which uses labeled data (a classification or categorization).[1]

History

The first algorithm for Ensemble Deep Learning was created by Li Deng and John C. Platt[2] using ensemble deep learning for speech recognition, then developed by Qiu, Xueheng, et al.[3] in 2017 which used ensemble Deep Learning for regression and time series forecasting. In 2018, a new ensemble, deep learning approach for classification was developed by Kowsari et al.[1] called Random Multimodel Deep Learning (RMDL) for Classification.

Multimodel Deep Learning can solve the problem of finding the best deep learning architecture and structure while simultaneously improving robustness and accuracy through ensembles of deep learning architectures. Multimodel Deep Learning can accept as input a variety of data to include text, video, images, and symbolic data.

Random Multimodel Deep Learning (RMDL) architecture for classification. RMDL includes 3 Random models, one DNN classifier at left, one Deep CNN classifier at middle, and one Deep RNN classifier at right (each unit could be LSTM or GRU).

Application

Text and document classification

Document classification or document categorization is a problem in library science, information science and computer science. The task is to assign a document to one or more classes or categories. In recent years, many researchers have used deep learning for this problem. Ensemble Deep Learning has successfully improved this problem as a natural language processing task. A common evaluation set for text classification is the Reuters-21578 database dataset. Reuters-21578 is composed of a dataset of 11,228 newswires from Reuters, labeled over 46 topics. And another dataset is IMDB Movie reviews sentiment classification which is a dataset of 25,000 movie reviews from IMDB, labeled by sentiment (positive/negative). Reviews have been preprocessed, and each review is encoded as a sequence of word indexes (integers).

Image classification

A common evaluation set for image classification is the MNIST and CIFAR10 database datasets. MNIST is composed of handwritten digits and includes 60,000 training examples and 10,000 test examples. Multimodel Deep Learning has successfully been applied to image recognition. For MNIST dataset, Multimodel Deep Learning has improved the error rate to 0.51, 0.41, and 0.21 for 3, 9 and 15 random models respectively.[1] The CIFAR10 dataset consists of 50,000 32x32 color training images, labeled over 10 categories, and 10,000 test images.

Face recognition

The RMDL has also successfully been used for face recognition.

Speech recognition

Deep learning systems have successfully improved the accuracy and robustness of speech recognition. Experimental results of Ensemble Deep Learning show a significant improvement in phone recognition accuracy.[2]

Other applications

Multimodel Deep Learning can be applied to any kind of dataset such as text, image, speech, video, and face recognition datasets.[1] Ensemble Deep Learning showed that combinations of DNNs, RNNs and CNNs with the parallel learning architecture outperform those obtained by conventional approaches.

Library and tools

See also

References

  1. 1.0 1.1 1.2 1.3 Kowsari, Kamran; Heidarysafa, Mojtaba; Brown, Donald E.; Jafari Meimandi, Kiana; Barnes, Laura E. (2018-05-03). "RMDL: Random Multimodel Deep Learning for Classification" (PDF). arXiv.org e-Print archive. arXiv:1805.01890. Retrieved 2018-05-10.
  2. 2.0 2.1 Deng, Li; Platt, John C (2014). "Ensemble deep learning for speech recognition" (PDF). Fifteenth Annual Conference of the International Speech Communication Association. Archived from the original (PDF) on 2017-10-20. Retrieved 2018-06-11.
  3. Qiu, Xueheng; Le Zhang; Ye Ren; P. N. Suganthan; Gehan Amaratunga (2014). "Ensemble deep learning for regression and time series forecasting" (PDF). Computational Intelligence in Ensemble Learning (CIEL), 2014 IEEE Symposium on: 1. doi:10.1109/CIEL.2014.7015739. ISBN 978-1-4799-4512-2.


This article "Multimodel Deep Learning" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Multimodel Deep Learning. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.