bernhard2202 / twitter-sentiment-analysis

Twitter Sentiment Analysis with Deep Convolutional Neural Networks and LSTMs in TensorFlow.
38 stars 9 forks source link

Better deploying and local word2vec computation with gensim #10

Closed AndreiBarsan closed 8 years ago

AndreiBarsan commented 8 years ago

Did a bit of engineering. My Euler queue is now pretty backlogged. :D Still WIP, as the code needs a little bit of cleanup.

bernhard2202 commented 8 years ago

Awesome work, LGTM :) Can you maybe also post the output of the preprocessing with the user-trained embeddings?

AndreiBarsan commented 8 years ago

Thanks for reviewing! I'll post the results once I get them. It may take a while, so I may just have to wait until tomorrow.

AndreiBarsan commented 8 years ago

I got only 0.85600 on Kaggle, which isn't great. Slightly reduced learning rate (0.000075), trained embeddings for test data too, and reduced their dimensionality from 300 to 275. Running on kaggle now.