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.
- Host: GitHub
- URL: https://github.com/smoke-trees/toxic-comment---ml
- Owner: smoke-trees
- Created: 2020-06-12T12:21:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T16:07:31.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:09:01.606Z (3 months ago)
- Language: Python
- Size: 9.03 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.