首页 > TAG信息列表 > indexCounter

LSTM电影评论情感分析

LSTM情感分析 原文来自于(原文链接:https://blog.csdn.net/duanlianvip/article/details/103584543) 导入数据 利用谷歌已有的词向量 import numpy as np wordsList = np.load('./training_data/wordsList.npy') print('Loaded the word list!') wordsList = wordsList.tolist() # O