Skip to content

Commit f1c85e8

Browse files
authored
Update README.rst
1 parent 923acdc commit f1c85e8

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,18 +2649,18 @@ success of these deep learning algorithms rely on their capacity to model comple
26492649
relationships within the data. However, finding suitable structures for these models has been a challenge
26502650
for researchers. This paper introduces Random Multimodel Deep Learning (RMDL): a new ensemble, deep learning
26512651
approach for classification. RMDL aims to solve the problem of finding the best deep learning architecture while simultaneously improving the robustness and accuracy through ensembles of multiple deep
2652-
learning architectures. In short, RMDL trains multiple models of Deep Neural Network (DNN),
2653-
Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN) in parallel and combines
2654-
their results to produce better result of any of those models individually. To create these models,
2652+
learning architectures. In short, RMDL trains multiple models of Deep Neural Networks (DNN),
2653+
Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN) in parallel and combine
2654+
their results to produce the better results of any of those models individually. To create these models,
26552655
each deep learning model has been constructed in a random fashion regarding the number of layers and
26562656
nodes in their neural network structure. The resulting RDML model can be used in various domains such
2657-
as text, video, images, and symbolic. In this Project, we describe RMDL model in depth and show the results
2657+
as text, video, images, and symbolism. In this Project, we describe the RMDL model in depth and show the results
26582658
for image and text classification as well as face recognition. For image classification, we compared our
26592659
model with some of the available baselines using MNIST and CIFAR-10 datasets. Similarly, we used four
2660-
datasets namely, WOS, Reuters, IMDB, and 20newsgroup and compared our results with available baselines.
2661-
Web of Science (WOS) has been collected by authors and consists of three sets~(small, medium and large set).
2660+
datasets namely, WOS, Reuters, IMDB, and 20newsgroup, and compared our results with available baselines.
2661+
Web of Science (WOS) has been collected by authors and consists of three sets~(small, medium, and large sets).
26622662
Lastly, we used ORL dataset to compare the performance of our approach with other face recognition methods.
2663-
These test results show that RDML model consistently outperform standard methods over a broad range of
2663+
These test results show that the RDML model consistently outperforms standard methods over a broad range of
26642664
data types and classification problems.
26652665
26662666
--------------------------------------------
@@ -3039,8 +3039,6 @@ keywords : is authors keyword of the papers
30393039
This dataset contains 5,736 documents with 11 categories which include 3 parents categories.
30403040
30413041
Referenced paper: HDLTex: Hierarchical Deep Learning for Text Classification
3042-
3043-
30443042
30453043
================================
30463044
Text Classification Applications

0 commit comments

Comments
 (0)