In my previous article, a recurrent neural network in TensorFlow was used to detect spam text messages.

This was done through firstly manipulating the text data in the correct manner through methods such as tokenization, text sequencing and padding, before finally training the model to detect whether a message is spam = 1 or not spam = 0.

If you are unfamiliar with NLP, I recommend reading my previous article first — as the specifics of this article will then make more sense :)

#tensorflow #data-science #nlp #keras #machine-learning

NLP: Detecting Spam Messages with TensorFlow
2.25 GEEK