nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook
https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition
MIT License
6.23k stars 2.41k forks source link

on what basis do we classify whether msg is spam or ham #142

Closed vanipolnedi closed 6 years ago

vanipolnedi commented 6 years ago

i am new to rnn ...can u anyone please tell me where to give input msg and find whether it is spam or ham

nfmcclure commented 6 years ago

Hi @vanipolnedi , Thanks for the message. Have you looked and read through the jupyter notebook here (notebook link here ) ?

If you're asking about how RNNs work in general, I recommend reading through these resources:

I hope that helps.

I'm going to close this issue for now. If you have any specific questions about the code or requests, please re open. Thanks!

vanipolnedi commented 6 years ago

@nfmcclure thanks for the immediate response . in that code, i am unable to understand how to make predictions (where to give input msg to test whether it is spam or ham)