https://github.com/scionoftech/textclassification-rmdl
A jupyter notebook, Text classificaiton using RMDL-Random Multimodel Deep Learning
https://github.com/scionoftech/textclassification-rmdl
rmdl text text-classificaiton
Last synced: 7 months ago
JSON representation
A jupyter notebook, Text classificaiton using RMDL-Random Multimodel Deep Learning
- Host: GitHub
- URL: https://github.com/scionoftech/textclassification-rmdl
- Owner: scionoftech
- Created: 2019-10-10T08:02:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T12:32:14.000Z (over 6 years ago)
- Last Synced: 2024-12-27T17:23:38.652Z (over 1 year ago)
- Topics: rmdl, text, text-classificaiton
- Language: Python
- Size: 1.83 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text MultiClass Classification - RMDL: Random Multimodel Deep Learning
A jupyter notebook, Text classificaiton using RMDL-Random Multimodel Deep Learning
Random Multimodel Deep Learning is a new ensemble, deep learning approach for classification. Deep learning models have achieved state-of-the-art results across many domains. RMDL solves the problem of finding the best deep learning structure and architecture while simultaneously improving robustness and accuracy through ensembles of deep learning architectures. RDML can accept as input a variety data to include text, video, images, and symbolic.
RMDL includes 3 Random models, oneDNN classifier at left, one Deep CNN classifier at middle, and one Deep RNN classifier at right (each unit could be LSTMor GRU)
Find more details about Random Multimodel Deep Learning at [RMDL](https://github.com/kk7nc/RMDL)
[](https://github.com/kk7nc/RMDL)
Dataset link [bbc-fulltext-and-category](https://www.kaggle.com/yufengdev/bbc-fulltext-and-category)