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

https://github.com/smoke-trees/toxic-comment---ml

DL model which classifies a given input sentence into 6 different labels. It is RNN which consists of various layers like LSTM, DropOut, Embeddings etc. Tokenizer and padding is used for performing the text preprocessing.
https://github.com/smoke-trees/toxic-comment---ml

Last synced: about 2 months ago
JSON representation

DL model which classifies a given input sentence into 6 different labels. It is RNN which consists of various layers like LSTM, DropOut, Embeddings etc. Tokenizer and padding is used for performing the text preprocessing.

Awesome Lists containing this project

README

        

# Toxic-Comment---ML
DL model which classifies a given input sentence into 6 different labels. It is RNN which consists of various layers like LSTM, DropOut, Embeddings etc. Tokenizer and padding is used for performing the text preprocessing.