You can edit almost every page by Creating an account. Otherwise, see the FAQ.

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 task, that operate by constructing a multitude of deep learning 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 correct for Deep Learning' habit of overfitting to their training set, and also Multimodel Deep Learning is the machine learning task with the supervised learning task which used for labeled data (a classification or categorization).[1]

History[edit]

The first algorithm for Ensemble Deep Learning was created by Li Deng and John C. Platt[2] using the Ensemble deep learning for speech recognition, then developed by Qiu, Xueheng, et al.[3] in 2017 which use Ensemble Deep Learning for regression and time series forecasting. In 2018, A new ensemble, deep learning approach for classification is 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 data to include text, video, images, and symbolic.

Random Multimodel Deep Learning (RDML) 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[edit]

Text and document classification[edit]

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 used deep learning for this problems. Ensemble Deep Learning is successfully improve this problem as natural language processing task. A common evaluation set for text classification is the Reuters-21578 database data set. Reuters-21578 is composed of Dataset of 11,228 newswires from Reuters, labeled over 46 topics. And the other dataset is IMDB Movie reviews sentiment classification which Dataset of 25,000 movies 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[edit]

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

Face recognition[edit]

The RMDL also successfully used for face recognition.

Speech recognition[edit]

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

Other applications[edit]

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

Library and tools[edit]

See also[edit]

References[edit]

  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.
  3. Qiu, Xueheng, X.; 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.