NLP: Detecting Spam Messages with TensorFlow In this example, a recurrent neural network is designed using TensorFlow to detect spam messages. The dataset used in this example is sourced from Kaggle (original authors Almeida and Hidalgo, 2011). Articles Towards Data Science - NLP: Detecting Spam Messages with TensorFlow (Part I) Towards Data Science - NLP: Detecting Spam Messages with TensorFlow (Part II)