You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2649,18 +2649,18 @@ success of these deep learning algorithms rely on their capacity to model comple
2649
2649
relationships within the data. However, finding suitable structures for these models has been a challenge
2650
2650
for researchers. This paper introduces Random Multimodel Deep Learning (RMDL): a new ensemble, deep learning
2651
2651
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 andcombines
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 andcombine
2654
+
their results to produce the better results of any of those models individually. To create these models,
2655
2655
each deep learning model has been constructed in a random fashion regarding the number of layers and
2656
2656
nodes in their neural network structure. The resulting RDML model can be used in various domains such
2657
-
as text, video, images, andsymbolic. In this Project, we describe RMDL model in depth and show the results
2657
+
as text, video, images, andsymbolism. In this Project, we describe theRMDL model in depth and show the results
2658
2658
for image and text classification as well as face recognition. For image classification, we compared our
2659
2659
model with some of the available baselines using MNISTandCIFAR-10 datasets. Similarly, we used four
2660
-
datasets namely, WOS, Reuters, IMDB, and20newsgroupand 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, and20newsgroup,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).
2662
2662
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
2664
2664
data types and classification problems.
2665
2665
2666
2666
--------------------------------------------
@@ -3039,8 +3039,6 @@ keywords : is authors keyword of the papers
3039
3039
This dataset contains 5,736 documents with11 categories which include 3 parents categories.
3040
3040
3041
3041
Referenced paper: HDLTex: Hierarchical Deep Learning for Text Classification
0 commit comments