tensorflow-sentiment-analysis-and-data-read
tensorflow-sentiment-analysis-and-data-read copied to clipboard
Tutorial on tensorflow sentiment analysis with data read using tensorflow's own reader
Hi thank you for the code it is really helpful. However, the loss function is always 0 , can you help me please ? . . . Batch run: 52/173...
I am running data_read script on my own my computer(RAM-8GB,CPU version). I am using this script on my own data of size(4000,14) training data and (1000,14) testing data `raw_tweet,label=sess.run([raw_tweet_op,label_op])` taking...
This is a model with 3 fully-connected layers, using TF as featuers. Why don't you try to use CNN or LSTM?
I try to run : # python neural_net.py Bug as below: testing net Traceback (most recent call last): File "neural_net.py", line 262, in test_neural_network() File "neural_net.py", line 195, in test_neural_network...