nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook

Home Page:https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vanipolnedi opened this issue · comments

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

commented

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!

@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)