EntitySentiment
EntitySentiment copied to clipboard
Entity level sentiment analysis for product reviews using deep learning
请问下获取京东评论里的找不到输入输出路径呢,那个数据集没有,在哪儿找呢
After running `python RunRNN.py ` for a long while, at the end, I get this error: ``` [33600]: mean loss 0.121167 Seen 34000 in 1886.55 s [34000]: mean loss 0.137862...
Explanation for output vector . What are they representing and how to decode them . like : for "Fun camera, not a fun amazon experience" output is " 0 1...
ValueError Traceback (most recent call last) in () 10 model = BRNN(L0, U0=None, alpha=0.05, rseed=10, bptt=20) 11 #print w ---> 12 curve = model.train_sgd(X,Y,idxiter_random,None,400,400) 13 score1.append(build_confusion_matrix(X_dev,Y_dev,model)) 14 print score1 /Users/Desktop/Python/EntitySentiment-master/nn/base.py...
The line 6 has to be changed from `from blstm_sw import BLSTM` to `from blstm_sw import BLSTM`. It is just a simple import error.
The merge conflicts in misc.py have not been removed. Please clean the code.