Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 259 Bytes

spam_detector_rnn

  • Spam detection using keras RNN layers (SimpleRNN, LSTM and GRU)
  • spam_text_message_data.csv contains the messages and corresponding labels
  • Run the following command to execute spam detection:
$ python3 spam_detection_rnn.py