Skip to content

Spam detection using keras RNN models (SimpleRNN, LSTM and GRU) with custom word embedding layer

License

Notifications You must be signed in to change notification settings

hemantranvir/spam_detector_rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spam detection using keras RNN models (SimpleRNN, LSTM and GRU) with custom word embedding layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages