An open API service indexing awesome lists of open source software.

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

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)

[![RMDL](https://camo.githubusercontent.com/9c65085618b4e97694a05b9dce9db3771679bd34/687474703a2f2f6b6f77736172692e6e65742f6f6e657765626d656469612f524d444c2e6a7067)](https://github.com/kk7nc/RMDL)

Dataset link [bbc-fulltext-and-category](https://www.kaggle.com/yufengdev/bbc-fulltext-and-category)