- 博客(2)
- 收藏
- 关注
原创 矩阵乘法python
import numpy.matlibimport numpy as npa = np.array([[1,2,3], [4,5,6],[7,8,0]])b = np.array([[1,2,1], [1,1,2],[2,1,1]])print(np.dot(a, b))1 2 3 1 2 1 9 7 84 ...
2018-11-21 17:37:56
710
转载 pip下载超时问题解决
pip install 包出现HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed outcmd利用pip下载第三方库发生超时,解决方法:pip --default-timeout=100 install -U +(包名)...
2018-11-21 17:25:28
2084
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人