Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 462 Bytes

Spam-Classification-LSTM

Language Used

Python 3.9

Required Libraries

  1. pandas
  2. nltk
  3. re
  4. tensorflow
  5. keras
  6. sklearn

Description

I've trained a LSTM model for spam classification.

The results are as follows:

i) I got a accuracy score of approximiately 98.4%
ii) I got precision,recall and f1-score of 99% respectively.