monster-little

2022年8月7日

常用镜像地址

摘要: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学:: https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http:/ 阅读全文

posted @ 2022-08-07 09:25 monster-little 阅读(11) 评论(0) 推荐(0) 编辑

显示全部数据

摘要: numpy import numpy as np np.set_printoptions(threshold=np.inf) pandas pd.set_option('display.max_columns',None) 阅读全文

posted @ 2022-08-07 09:22 monster-little 阅读(38) 评论(0) 推荐(0) 编辑

LSTM电影评论情感分析

摘要: LSTM情感分析 原文来自于(原文链接:https://blog.csdn.net/duanlianvip/article/details/103584543) 导入数据 利用谷歌已有的词向量 import numpy as np wordsList = np.load('./training_da 阅读全文

posted @ 2022-08-07 09:18 monster-little 阅读(426) 评论(0) 推荐(0) 编辑

导航