Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 256 Bytes

Spam Filter Built Using Tensorflow

Dependencies

pip install nltk numpy tensorflow

Instructions

python3 createFeatures.py

python3 neuralNetwork.py

Misc

neuralNetwork.py has a deep neural net implementation for spam filter.