摘要: 说明:num_words的参数设置,对应着sequences_to_matrix方法返回的arrray的shape[1],用于约束返回数组的第2个维度。对texts_to_sequences(texts)等不起作用 阅读全文
posted @ 2019-05-08 21:14 闲汉 阅读(3962) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/DOMLX/p/9751471.html 1.np.random.random()函数参数 2.numpy.random.rand()函数用法 3.numpy.random.randn()函数用法: 4.numpy.random.standard 阅读全文
posted @ 2019-05-08 21:09 闲汉 阅读(4810) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/python/python-func-zip.html 描述 zip() 函数用于将可迭代的对象作为参数,将对象中对应的元素打包成一个个元组,然后返回由这些元组组成的列表。 如果各个迭代器的元素个数不一致,则返回列表长度与最短的对象相同,利用 * 号 阅读全文
posted @ 2019-05-08 21:08 闲汉 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/onemorepoint/p/9541761.html 在python的numpy库中有一个函数np.stack() np.stack 首先stack函数用于堆叠数组,其调用方式如下所示: np.stack(arrays,axis=0) 其中ar 阅读全文
posted @ 2019-05-08 21:07 闲汉 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/HHTNAN/article/details/79799612 Numpy 中clip函数的使用 一维数组 其中a是一个数组,后面两个参数分别表示最小和最大值 多维数组x=np.array([[1,2,3,5,6,7,8,9],[1,2,3,5,6, 阅读全文
posted @ 2019-05-08 21:07 闲汉 阅读(6923) 评论(0) 推荐(0) 编辑
摘要: 机器学习基础3--python科学计算pandas(上) 地址:https://wangyeming.github.io/2018/09/04/marchine-learning-base-pandas-01/ 机器学习基础4--python科学计算pandas(下) 地址:https://wang 阅读全文
posted @ 2019-05-08 21:07 闲汉 阅读(368) 评论(0) 推荐(0) 编辑