Sudipta Kar
Sudipta Kar
I didn't code anything. I actually don't work with Tensorflow. I just wanted to get the predictions using this system.
Hi @JaeDukSeo, Thank you so much for your guideline. But I am actually clueless. May be if you can look at this notebook, you will get the scenario. https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sentiment.ipynb As...
Yes. The data is saved as a python dictionary. Sorry for late reply. Somehow missed it.
This source code is a part of a large project structure. The provided codes are basically for showing the deep learning architectures. This codebase "is not" a running system. The...
Exactly. All the data were merged into a single csv for easy manipulation.
Hi, if you go through the paper you will get the idea about the process. We used senticnet.
a) We have used all the things with two versions. One for microblogs and another for the headlines. So one code is used to generate processed data for both dataset....
The sentiment features were extracted code in the preprocessing. The code was done in hurry, so not exactly structured.