Making predictions with tensorflow
问题 I'm really a beginner with tensor flow and in all of this field, but I've seen all the lectures of Andrej Karpathy in CS231n class so I'm understanding the code. So this is the code (not mine): https://github.com/nfmcclure/tensorflow_cookbook/tree/master/09_Recurrent_Neural_Networks/02_Implementing_RNN_for_Spam_Prediction # Implementing an RNN in TensorFlow # ---------------------------------- # # We implement an RNN in TensorFlow to predict spam/ham from texts # # https://github.com