twitter-sentiment-analysis icon indicating copy to clipboard operation
twitter-sentiment-analysis copied to clipboard

Sentiment Analysis on twitter using Keras / TensorFlow / GloVe

Results 3 twitter-sentiment-analysis issues
Sort by recently updated
recently updated
newest added

When I run your code I get this error: ``` [jalal@goku twitter-sentiment-analysis]$ echo "This is a sample tweet to predict on" | python predict.py Using TensorFlow backend. 2018-03-03 22:15:52.298930: W...

As "model.save(model.h5)" in line 63 of train.py already has architecture of the model and its weights, what is the use of creating a seperate weights.h5 file?

Hi, would you please tell that how we can 1. freeze the graph with the weights on your model, 2 then save optimized graph? I am going to do this:...